X509SecurityTokenHandler.MapToWindows Propriedade
Definição
Obtém ou define um valor que indica se o token de validação deve ser mapeado em uma conta do Windows.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
Valor da propriedade
true Se o token de validação deve ser mapeado para uma conta do Windows; caso contrário, false .true if the validating token should be mapped to a Windows account; otherwise, false.