'Declaration<ExtensionAttribute()> <JetBrains.Annotations.CanBeNullAttribute()> Public Overloads Shared Function Create( _ ByVal nameAndPasswordUserManager As INameAndPasswordUserManager, _ ByVal userName As String _ ) As String
'UsageDim nameAndPasswordUserManager As INameAndPasswordUserManager Dim userName As String Dim value As String value = INameAndPasswordUserManagerExtension.Create(nameAndPasswordUserManager, userName)
[Extension()] [JetBrains.Annotations.CanBeNull()] public static string Create( INameAndPasswordUserManager nameAndPasswordUserManager, string userName )
[Extension()] [JetBrains.Annotations.CanBeNull()] public: static String^ Create( INameAndPasswordUserManager^ nameAndPasswordUserManager, String^ userName )
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).
Return Value
null if the operation failed.
This method can return null (Nothing in Visual Basic).