TokenConstants Class
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.
Provides constants that represent parameter names, field names, method names, and delimiters that are used in authentication requests.
public static class TokenConstants
type TokenConstants = class
Public Class TokenConstants
- Inheritance
-
TokenConstants
Fields
BearerScheme | |
DefaultCompoundClaimDelimiter |
The character used to delimit the list of values for a compound token. |
DefaulTestSASRuleName |
The default SAS key string value. |
HttpAuthParameterSeparator |
The character used to separate parameters sent in HTTP authentication requests. |
HttpMethodGet |
The string used to represent the GET verb in an HTTP request. |
HttpMethodHead |
The string used to represent the HEAD verb in an HTTP request. |
HttpMethodPost |
The string used to represent the POST verb in an HTTP request. |
HttpMethodTrace |
The string used to represent the TRACE verb in an HTTP request. |
JsonWebTokenPrefix | |
KeyValueSeparator |
A character designating the separation between a key and a value. |
ManagementIssuerName |
The default issuer name string value used to gain access to the Windows Azure Access Control management service. |
MaxIssuerNameSize |
The maximum size of the issuer name. |
MaxIssuerSecretSize |
The maximum size of the issuer secret key. |
OutputClaimIssuerId |
The issuer ID for all output claims from the Azure Access Control service. |
Saml11ConfirmationMethodBearerToken |
The value of the ConfirmationMethod attribute used in a Security Assertion Markup Language(SAML) bearer assertion. |
ServiceBusIssuerName |
The default issuer name string value used to gain access to Azure Service Bus. |
TokenAudience |
The token audience attribute name that is used in a Simple Web Token (SWT). The token audience is the SWT processor that the SWT is intended for. |
TokenDigest256 |
The attribute name of the hash-based message authentication code used in a Simple Web Token. |
TokenExpiresOn |
The attribute name for the token expiration (measured in seconds) used in a Simple Web Token. |
TokenIssuer |
The attribute name for the Simple Web Token (SWT) issuer. |
TrackingIdHeaderName |
The attribute name for the tracking ID in the returned token response. |
UrlParameterSeparator |
The character used to separate parameters in a token request. |
WrapAccessToken |
The parameter name for the access token that is returned in the response by the Security Token Service using the WRAP protocol. |
WrapAppliesTo |
The name of the AppliesTo field that is in the token request body that is sent to the Azure Access Control service. |
WrapAssertion |
The parameter name for the WRAP assertion that is sent in the token request using the WRAP protocol. |
WrapAssertionFormat |
The parameter name for the assertion format that is sent in the token request using the WRAP protocol. |
WrapAuthenticationType |
The WRAP authentication protocol type name. |
WrapAuthorizationHeaderKey |
The parameter name of the access token that is sent in the authorization header of a request to Azure Service Bus. |
WrapBaseTime |
The base date and time used in the WRAP protocol. |
WrapContentType |
The content type used for formatting token request parameters when using the WRAP protocol. |
WrapName |
The parameter name for the account name that is sent in the token request using the WRAP protocol. |
WrapPassword |
The parameter name for the account password that is sent in the token request using the WRAP protocol. |
WrapRequestedLifetime |
The parameter name for the requested token lifetime(measured in seconds) that is sent in the token request using the WRAP protocol. |
WrapSamlAssertionFormat |
Specifies the Security Assertion Markup Language format. |
WrapSwtAssertionFormat |
Specifies the Simple Web Token format. |
WrapTokenExpiresIn |
The parameter name for the token expiration (measured in seconds) that is returned in the token response by the token issuer using the WRAP protocol. |
Applies to
Azure SDK for .NET