다음을 통해 공유


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

속성 값

X509ClientCertificateAuthenticationElement

인증에 사용할 클라이언트 인증서를 포함하는 X509ClientCertificateAuthentication입니다.

특성

적용 대상