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,包含用于身份验证的客户端证书。

属性

适用于