次の方法で共有


ClaimTypes.Locality プロパティ

定義

エンティティが存在するロケールを指定するクレームの URI を取得します。

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

プロパティ値

エンティティが存在するロケールを指定するクレームの URI。

注釈

このプロパティによって返される文字列は です http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality

適用対象