PeerCredentialElement.MessageSenderAuthentication Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o elemento que descreve as propriedades de autenticação do remetente de mensagem para o certificado par X509 associado da configuração de credencial par.
public:
property System::ServiceModel::Configuration::X509PeerCertificateAuthenticationElement ^ MessageSenderAuthentication { System::ServiceModel::Configuration::X509PeerCertificateAuthenticationElement ^ get(); };
[System.Configuration.ConfigurationProperty("messageSenderAuthentication")]
public System.ServiceModel.Configuration.X509PeerCertificateAuthenticationElement MessageSenderAuthentication { get; }
[<System.Configuration.ConfigurationProperty("messageSenderAuthentication")>]
member this.MessageSenderAuthentication : System.ServiceModel.Configuration.X509PeerCertificateAuthenticationElement
Public ReadOnly Property MessageSenderAuthentication As X509PeerCertificateAuthenticationElement
Valor da propriedade
X509PeerCertificateAuthenticationElement que descreve as propriedades de autenticação do remetente da mensagem para o certificado par X509 associado.
- Atributos