MembershipPasswordAttribute.PasswordStrengthRegularExpression プロパティ

定義

属性が検証に使用するパスワード強度を表す正規表現文字列を取得または設定します。

public:
 property System::String ^ PasswordStrengthRegularExpression { System::String ^ get(); void set(System::String ^ value); };
public string PasswordStrengthRegularExpression { get; set; }
member this.PasswordStrengthRegularExpression : string with get, set
Public Property PasswordStrengthRegularExpression As String

プロパティ値

その属性によって検証用に使用されるパスワード強度を表す正規表現の文字列。

注釈

プロパティが PasswordStrengthRegularExpression 明示的に設定されていない場合は、 プロパティの値が PasswordStrengthRegularExpression 使用されます。

適用対象