UserNameSecurityTokenHandler.RetainPassword 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定是否將密碼保留在 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
。