共用方式為


ClaimTypes.System 屬性

定義

取得識別系統實體之宣告的 URI。

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

屬性值

識別系統實體之宣告的 URI。

備註

當發行者為目前應用程式時,System 通常會用來識別宣告的發行者。

這個屬性傳回的字串為 http://schemas.xmlsoap.org/ws/2005/05/identity/claims/system

適用於