Share via


HttpClientCertificate.Flags 屬性

定義

一組旗標,提供額外的用戶端憑證資訊。

public:
 property int Flags { int get(); };
public int Flags { get; }
member this.Flags : int
Public ReadOnly Property Flags As Integer

屬性值

一組 Boolean 旗標。

備註

如果用戶端憑證存在,Bit0 會設定為 1。 如果用戶端憑證的憑證授權單位單位 (CA) 不在伺服器上的已辨識 CA 清單中,則 Bit1 會設定為 1。

適用於