SessionSecurityToken.Context プロパティ

定義

ユーザー指定のコンテキスト値を取得します。

public:
 property System::String ^ Context { System::String ^ get(); };
public string Context { get; }
member this.Context : string
Public ReadOnly Property Context As String

プロパティ値

ユーザー指定のコンテキスト値。

注釈

このプロパティを使用して、アプリケーション固有のコンテキストを格納できます。

適用対象