Partilhar via


MembershipPasswordAttribute.PasswordStrengthRegexTimeout Propriedade

Definição

Obtém ou define um valor que especifica por quanto tempo a expressão regular pode ocorrer antes de a operação atingir o tempo limite.

public:
 property Nullable<int> PasswordStrengthRegexTimeout { Nullable<int> get(); void set(Nullable<int> value); };
public int? PasswordStrengthRegexTimeout { get; set; }
member this.PasswordStrengthRegexTimeout : Nullable<int> with get, set
Public Property PasswordStrengthRegexTimeout As Nullable(Of Integer)

Valor da propriedade

Nullable<Int32>

Um valor que especifica quanto tempo a expressão regular pode ocorrer antes que a operação expire.

Aplica-se a