C# Класс MySql.Data.VisualStudio.WebConfig.MembershipOptions

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
EnablePasswordReset bool
EnablePasswordRetrieval bool
MaxInvalidPasswordAttempts int
MinRequiredNonAlphaNumericCharacters int
MinRequiredPasswordLength int
PasswordAttemptWindow int
PasswordFormat MembershipPasswordFormat
PasswordStrengthRegEx string
RequiresQA bool
RequiresUniqueEmail bool

Описание свойств

EnablePasswordReset публичное свойство

public bool EnablePasswordReset
Результат bool

EnablePasswordRetrieval публичное свойство

public bool EnablePasswordRetrieval
Результат bool

MaxInvalidPasswordAttempts публичное свойство

public int MaxInvalidPasswordAttempts
Результат int

MinRequiredNonAlphaNumericCharacters публичное свойство

public int MinRequiredNonAlphaNumericCharacters
Результат int

MinRequiredPasswordLength публичное свойство

public int MinRequiredPasswordLength
Результат int

PasswordAttemptWindow публичное свойство

public int PasswordAttemptWindow
Результат int

PasswordFormat публичное свойство

public MembershipPasswordFormat PasswordFormat
Результат MembershipPasswordFormat

PasswordStrengthRegEx публичное свойство

public string PasswordStrengthRegEx
Результат string

RequiresQA публичное свойство

public bool RequiresQA
Результат bool

RequiresUniqueEmail публичное свойство

public bool RequiresUniqueEmail
Результат bool