PeerCredential.MessageSenderAuthentication Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet d'obtenir ou de définir le validateur d'authentification de l'expéditeur du message.
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
Valeur de propriété
Validateur d'authentification de l'expéditeur du message.
Remarques
Cette propriété doit être remplie si l'authentification de message est choisie. Cette propriété spécifie un validateur, qui sera appelé pendant la vérification de la sécurité du message. Les informations d'identification spécifiées dans le message sont passées au validateur spécifié dans cette propriété. Le validateur peut accepter ou rejeter les informations d'identification.