共用方式為


SecurityTokenTypes.X509Certificate 屬性

定義

取得字串,這個字串表示以 X.509 憑證為基礎的安全性權杖。

public:
 static property System::String ^ X509Certificate { System::String ^ get(); };
public static string X509Certificate { get; }
static member X509Certificate : string
Public Shared ReadOnly Property X509Certificate As String

屬性值

字串,表示以 X.509 憑證為基礎的安全性權杖。

備註

X509SecurityToken 安全性權杖是以 X.509 憑證為基礎。

適用於