UserNameSecurityTokenHandler.RetainPassword プロパティ

定義

ClaimsIdentity メソッドによって返されるValidateToken(SecurityToken)にアタッチされているブートストラップ トークンにパスワードを保持するかどうかを指定する値を取得または設定します。

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

プロパティ値

true ブートストラップ トークンにパスワードを保持する必要がある場合。それ以外の場合は false。 既定値は false です。

適用対象