X509CertificateInitiatorServiceCredential.Authentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得驗證期間用來驗證用戶端提供之憑證的設定。
public:
property System::ServiceModel::Security::X509ClientCertificateAuthentication ^ Authentication { System::ServiceModel::Security::X509ClientCertificateAuthentication ^ get(); };
public System.ServiceModel.Security.X509ClientCertificateAuthentication Authentication { get; }
member this.Authentication : System.ServiceModel.Security.X509ClientCertificateAuthentication
Public ReadOnly Property Authentication As X509ClientCertificateAuthentication
屬性值
驗證期間用來驗證用戶端提供之憑證的設定。
範例
下列程式碼將示範如何使用這個屬性來設定憑證驗證內容。