C# Class MySql.Data.VisualStudio.WebConfig.MembershipOptions

Datei anzeigen Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
EnablePasswordReset bool
EnablePasswordRetrieval bool
MaxInvalidPasswordAttempts int
MinRequiredNonAlphaNumericCharacters int
MinRequiredPasswordLength int
PasswordAttemptWindow int
PasswordFormat MembershipPasswordFormat
PasswordStrengthRegEx string
RequiresQA bool
RequiresUniqueEmail bool

Property Details

EnablePasswordReset public_oe property

public bool EnablePasswordReset
return bool

EnablePasswordRetrieval public_oe property

public bool EnablePasswordRetrieval
return bool

MaxInvalidPasswordAttempts public_oe property

public int MaxInvalidPasswordAttempts
return int

MinRequiredNonAlphaNumericCharacters public_oe property

public int MinRequiredNonAlphaNumericCharacters
return int

MinRequiredPasswordLength public_oe property

public int MinRequiredPasswordLength
return int

PasswordAttemptWindow public_oe property

public int PasswordAttemptWindow
return int

PasswordFormat public_oe property

public MembershipPasswordFormat PasswordFormat
return MembershipPasswordFormat

PasswordStrengthRegEx public_oe property

public string PasswordStrengthRegEx
return string

RequiresQA public_oe property

public bool RequiresQA
return bool

RequiresUniqueEmail public_oe property

public bool RequiresUniqueEmail
return bool