PeerCredential.MessageSenderAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定訊息寄件者驗證驗證器。
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
屬性值
訊息寄件者驗證驗證器。
備註
如果已選取訊息驗證,則必須填入這個屬性。 這個屬性會指定驗證器,在驗證訊息安全性時將叫用此驗證器。 在訊息中指定的認證會傳遞至這個屬性指定的驗證器。 驗證器可接受或拒絕認證。