SecurityToken Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET