次の方法で共有


PasswordOptions.RequireDigit プロパティ

定義

パスワードに数字を含める必要があるかどうかを示すフラグを取得または設定します。 既定値は true です。

public:
 property bool RequireDigit { bool get(); void set(bool value); };
public bool RequireDigit { get; set; }
member this.RequireDigit : bool with get, set
Public Property RequireDigit As Boolean

プロパティ値

True を指定すると、パスワードに数字が含まれている必要があります。

注釈

既定値は true です。

適用対象