PeerCredentialElement.MessageSenderAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從對等認證組態取得項目,該項目描述有關聯的 X509 對等憑證的訊息寄件者驗證屬性。
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
屬性值
X509PeerCertificateAuthenticationElement,描述有關聯的 X509 對等憑證的訊息寄件者驗證屬性。
- 屬性