Share via


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

適用対象