PeerCredential.MessageSenderAuthentication Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o validador de autenticação do remetente da mensagem.
public:
property System::ServiceModel::Security::X509PeerCertificateAuthentication ^ MessageSenderAuthentication { System::ServiceModel::Security::X509PeerCertificateAuthentication ^ get(); void set(System::ServiceModel::Security::X509PeerCertificateAuthentication ^ value); };
public System.ServiceModel.Security.X509PeerCertificateAuthentication MessageSenderAuthentication { get; set; }
member this.MessageSenderAuthentication : System.ServiceModel.Security.X509PeerCertificateAuthentication with get, set
Public Property MessageSenderAuthentication As X509PeerCertificateAuthentication
Valor de Propriedade
O validador de autenticação do remetente da mensagem.
Observações
Esta propriedade deve ser preenchida se for escolhida a autenticação por mensagem. Esta propriedade especifica um validador, que será invocado durante a verificação de segurança da mensagem. A credencial especificada na mensagem é passada ao validador especificado nesta propriedade. O validador pode aceitar ou rejeitar a credencial.