共用方式為


HttpClientCertificate.Cookie 屬性

定義

如果有提供,取得用戶端憑證的唯一 ID。

public:
 property System::String ^ Cookie { System::String ^ get(); };
public string Cookie { get; }
member this.Cookie : string
Public ReadOnly Property Cookie As String

屬性值

String

用戶端憑證 ID。

備註

Cookie可以用來做為整個用戶端憑證的簽章。

適用於