SessionSecurityToken.Context 属性

定义

获取用户指定上下文的值。

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

属性值

用户指定上下文的值。

注解

可以使用此属性来存储特定于应用程序的上下文。

适用于