Attributes
This property returns the application context attributes associated with the end-user security context.
Declaration
// C#
public Dictionary<string, string> Attributes {get;}Property Type
A new Dictionary<string, string> containing attributes; null if no attributes are present.