Share via


SecurityToken Constructors

Definition

Overloads

SecurityToken()
SecurityToken(String, String, String, String, String)

Creates a new instance of the SecurityToken class.

SecurityToken()

protected SecurityToken ();
Protected Sub New ()

Applies to

SecurityToken(String, String, String, String, String)

Creates a new instance of the SecurityToken class.

protected SecurityToken (string tokenString, string audienceFieldName, string expiresOnFieldName, string keyValueSeparator, string pairSeparator);
new Microsoft.Azure.Relay.SecurityToken : string * string * string * string * string -> Microsoft.Azure.Relay.SecurityToken
Protected Sub New (tokenString As String, audienceFieldName As String, expiresOnFieldName As String, keyValueSeparator As String, pairSeparator As String)

Parameters

tokenString
String

A token in string format.

audienceFieldName
String

The key name for the audience field.

expiresOnFieldName
String

The key name for the expires on field.

keyValueSeparator
String

The separator between keys and values.

pairSeparator
String

The separator between different key/value pairs.

Applies to