共用方式為


X509SecurityTokenHandler.MapToWindows 屬性

定義

取得或設定值,這個值表示驗證權杖是否應該對應到 Windows 帳戶。

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

屬性值

如果驗證權杖應該對應到 Windows 帳戶,則為 true,否則為 false

適用於