X509ServiceCertificateAuthentication 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示客户端代理验证使用 SSL/TLS 协商获取的服务证书所用的设置。
public ref class X509ServiceCertificateAuthentication sealed
public ref class X509ServiceCertificateAuthentication
public sealed class X509ServiceCertificateAuthentication
public class X509ServiceCertificateAuthentication
type X509ServiceCertificateAuthentication = class
Public NotInheritable Class X509ServiceCertificateAuthentication
Public Class X509ServiceCertificateAuthentication
- 继承
-
X509ServiceCertificateAuthentication
示例
下面的示例演示如何使用此类。
ClientCredentials clientCreds =
new ClientCredentials();
Console.WriteLine(
clientCreds.ServiceCertificate.Authentication);
Dim clientCreds As New ClientCredentials()
Console.WriteLine(clientCreds.ServiceCertificate.Authentication)
构造函数
X509ServiceCertificateAuthentication() |
初始化 X509ServiceCertificateAuthentication 类的新实例。 |
属性
CertificateValidationMode |
获取或设置证书验证模式。 |
CustomCertificateValidator |
获取或设置自定义客户端证书验证程序。 |
RevocationMode |
获取或设置用于 ChainTrust 和 PeerOrChainTrust X.509 证书验证模式的证书吊销模式。 |
TrustedStoreLocation |
获取或设置受信任存储区的位置,该位置下的客户端证书链已验证。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |