Rights.PossessProperty プロパティ

定義

クレームと関連付けられたエンティティが所有するプロパティを権限が表すことを指定する文字列を取得します。

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

プロパティ値

Claim オブジェクトと関連付けられたエンティティが所有するプロパティを表す権限。

注釈

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

Name に対する権限 PossessProperty を持つ Martin 型のクレームは、そのようなクレームが関連付けられているエンティティは値が NameMartin プロパティを所有することを示します。

適用対象