次の方法で共有


ClaimTypes.Country プロパティ

定義

エンティティが存在する国/地域を指定するクレームの URI を取得します。

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

プロパティ値

エンティティが存在する国/地域を指定するクレームの URI。

注釈

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

適用対象