HttpClientCertificate.IsValid 属性
定义
获取一个值,该值指示客户证书是否有效。Gets a value that indicates whether the client certificate is valid.
public:
property bool IsValid { bool get(); };
public bool IsValid { get; }
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean
属性值
如果客户证书有效,则为 true;否则为 false。true if the client certificate is valid; otherwise, false.
注解
如果证书颁发机构 (CA) 不在服务器上可识别的 Ca 列表中,则客户端证书无效。The client certificate is not valid if the Certificate Authority (CA) is not in the list of recognized CAs on the server.