SignatureProvider.Context Property

Gets or sets a user context for a SignatureProvider.

Namespace:  System.IdentityModel.Tokens
Assembly:  System.IdentityModel.Tokens.Jwt (in System.IdentityModel.Tokens.Jwt.dll)

Syntax

'Declaration
Public Property Context As String
public string Context { get; set; }
public:
property String^ Context {
    String^ get ();
    void set (String^ value);
}
member Context : string with get, set
function get Context () : String 
function set Context (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

SignatureProvider Class

System.IdentityModel.Tokens Namespace