次の方法で共有


ClaimTypes.StreetAddress プロパティ

定義

エンティティの番地を指定するクレームの URI を取得します。

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

プロパティ値

エンティティの番地を指定するクレームの URI。

注釈

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

適用対象