X509CertificateInitiatorServiceCredential.Authentication プロパティ

定義

認証時にクライアントによって提示される証明書の検証に使用される設定を取得します。

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

プロパティ値

認証時にクライアントによって提示される証明書の検証に使用される設定。

次のコードは、このプロパティを使用して証明書認証プロパティを設定する方法を示しています。

適用対象