HttpClientCertificate.IsPresent 属性

定义

获取一个值,该值指示客户端证书是否存在。

public:
 property bool IsPresent { bool get(); };
public bool IsPresent { get; }
member this.IsPresent : bool
Public ReadOnly Property IsPresent As Boolean

属性值

true 如果客户端证书存在,则为否则,为 false.

适用于