SessionSecurityToken.Context 属性
定义
获取用户指定上下文的值。Gets a user specified context value.
public:
property System::String ^ Context { System::String ^ get(); };
public string Context { get; }
member this.Context : string
Public ReadOnly Property Context As String
属性值
用户指定上下文的值。The user specified context value.
注解
您可以使用此属性来存储特定于应用程序的上下文。You can use this property to store application-specific context.