HttpClientCertificate.Flags 屬性

定義

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

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

屬性值

一組布林旗。

備註

如果有用戶端憑證,位元0會被設為1。 如果客戶端憑證的憑證授權機構(CA)不在伺服器上被認可的 CA 清單中,則 Bit1 會被設定為 1。

適用於