Share via


PeerCredential.MessageSenderAuthentication Vlastnost

Definice

Získá nebo nastaví validátor ověřování odesílatele zprávy.

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

Hodnota vlastnosti

Validátor ověřování odesílatele zprávy.

Poznámky

Tato vlastnost musí být vyplněna, pokud je vybráno ověřování zpráv. Tato vlastnost určuje validátor, který bude vyvolán během ověřování zabezpečení zprávy. Přihlašovací údaje zadané ve zprávě se předají validátoru zadanému v této vlastnosti. Validátor může přihlašovací údaje přijmout nebo odmítnout.

Platí pro