C# 클래스 MySql.Data.VisualStudio.WebConfig.MembershipOptions

파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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