X509SecurityTokenHandler.MapToWindows Property

Definition

Gets or sets a value that indicates whether the validating token should be mapped to a Windows account.

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

Property Value

true if the validating token should be mapped to a Windows account; otherwise, false.

Applies to