次の方法で共有


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

プロパティ値

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

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

適用対象