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