WindowsStreamSecurityBindingElement.ISecurityCapabilities.SupportsServerAuthentication Propriedade

Definição

Obtém um valor que indica se a associação é compatível com a autenticação do servidor.Gets a value that indicates whether the binding supports server authentication.

property bool System::ServiceModel::Channels::ISecurityCapabilities::SupportsServerAuthentication { bool get(); };
bool System.ServiceModel.Channels.ISecurityCapabilities.SupportsServerAuthentication { get; }
member this.System.ServiceModel.Channels.ISecurityCapabilities.SupportsServerAuthentication : bool
 ReadOnly Property SupportsServerAuthentication As Boolean Implements ISecurityCapabilities.SupportsServerAuthentication

Valor da propriedade

Boolean

true se a associação puder dar suporte à autenticação de servidor; caso contrário, false .true if the binding can support server authentication; otherwise, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de WindowsStreamSecurityBindingElement é convertida em uma interface de ISecurityCapabilities.It can be used only when the WindowsStreamSecurityBindingElement instance is cast to an ISecurityCapabilities interface.

Aplica-se a