HttpClientCertificate.IsPresent 属性

定义

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

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

属性值

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

适用于