SessionSecurityToken.Context Property

Definition

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

Property Value

The user specified context value.

Remarks

You can use this property to store application-specific context.

Applies to