X509InitiatorCertificateServiceElement.Authentication プロパティ

定義

認証で使用するクライアント証明書を取得します。

public:
 property System::ServiceModel::Configuration::X509ClientCertificateAuthenticationElement ^ Authentication { System::ServiceModel::Configuration::X509ClientCertificateAuthenticationElement ^ get(); };
[System.Configuration.ConfigurationProperty("authentication")]
public System.ServiceModel.Configuration.X509ClientCertificateAuthenticationElement Authentication { get; }
[<System.Configuration.ConfigurationProperty("authentication")>]
member this.Authentication : System.ServiceModel.Configuration.X509ClientCertificateAuthenticationElement
Public ReadOnly Property Authentication As X509ClientCertificateAuthenticationElement

プロパティ値

認証で使用するクライアント証明書が格納された X509ClientCertificateAuthentication

属性

適用対象