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

Show file 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 property

public bool EnablePasswordReset
return bool

EnablePasswordRetrieval public property

public bool EnablePasswordRetrieval
return bool

MaxInvalidPasswordAttempts public property

public int MaxInvalidPasswordAttempts
return int

MinRequiredNonAlphaNumericCharacters public property

public int MinRequiredNonAlphaNumericCharacters
return int

MinRequiredPasswordLength public property

public int MinRequiredPasswordLength
return int

PasswordAttemptWindow public property

public int PasswordAttemptWindow
return int

PasswordFormat public property

public MembershipPasswordFormat PasswordFormat
return MembershipPasswordFormat

PasswordStrengthRegEx public property

public string PasswordStrengthRegEx
return string

RequiresQA public property

public bool RequiresQA
return bool

RequiresUniqueEmail public property

public bool RequiresUniqueEmail
return bool