HttpClientCertificate.IsValid 屬性

定義

會得到一個值,表示客戶端憑證是否有效。

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

屬性值

true如果客戶端憑證有效;否則,。 false

備註

如果憑證授權中心(CA)不在伺服器上認可的 CA 清單中,該用戶端憑證就無效。

適用於