'Declaration<ExtensionAttribute()> <JetBrains.Annotations.CanBeNullAttribute()> Public Overloads Shared Function Create( _ ByVal nameAndPasswordUserManager As INameAndPasswordUserManager, _ ByVal userName As String, _ ByVal password As String _ ) As String
'UsageDim nameAndPasswordUserManager As INameAndPasswordUserManager Dim userName As String Dim password As String Dim value As String value = INameAndPasswordUserManagerExtension.Create(nameAndPasswordUserManager, userName, password)
[Extension()] [JetBrains.Annotations.CanBeNull()] public static string Create( INameAndPasswordUserManager nameAndPasswordUserManager, string userName, string password )
[Extension()] [JetBrains.Annotations.CanBeNull()] public: static String^ Create( INameAndPasswordUserManager^ nameAndPasswordUserManager, String^ userName, String^ password )
Parameters
- nameAndPasswordUserManager
- The user manager.
The value of this parameter cannot be
null(Nothingin Visual Basic). - userName
- The username for the new user.
The value of this parameter cannot be
null(Nothingin Visual Basic). - password
- The password for the new user.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
null if the operation failed.
This method can return null (Nothing in Visual Basic).