MembershipMinimumPasswordLength Property |
Gets a value indicating the minimum password length of users.
Namespace: ConnectedApps.Cms.Sdk.SettingsAssembly: ConnectedApps.Cms.Sdk.Settings (in ConnectedApps.Cms.Sdk.Settings.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int MinimumPasswordLength { get; }
Public Shared ReadOnly Property MinimumPasswordLength As Integer
Get
public:
static property int MinimumPasswordLength {
int get ();
}
static member MinimumPasswordLength : int with get
Property Value
Type:
Int32
See Also