IssuedSecurityTokenParameters.SupportsServerAuthentication Propriedade
Definição
Quando implementada, obtém um valor que indica se o token é compatível com a autenticação de servidor.When implemented, gets a value that indicates whether the token supports server authentication.
protected public:
virtual property bool SupportsServerAuthentication { bool get(); };
protected internal override bool SupportsServerAuthentication { get; }
member this.SupportsServerAuthentication : bool
Protected Friend Overrides ReadOnly Property SupportsServerAuthentication As Boolean
Valor da propriedade
true Se o token oferecer suporte à autenticação de servidor; caso contrário, false .true if the token supports server authentication; otherwise, false.
Comentários
Essa propriedade sempre retorna true.This property always returns true.