This topic has not yet been rated - Rate this topic

TokenConstants Class

Provides constants that represent parameter names, field names, method names, and delimiters that are used in authentication requests.

System.Object
  Microsoft.ServiceBus.TokenConstants

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public static class TokenConstants

The TokenConstants type exposes the following members.

  NameDescription
Public fieldStatic memberDefaultCompoundClaimDelimiterThe character used to delimit the list of values for a compound token.
Public fieldStatic memberHttpAuthParameterSeparatorThe character used to separate parameters sent in HTTP authentication requests.
Public fieldStatic memberHttpMethodGetThe string used to represent the GET verb in an HTTP request.
Public fieldStatic memberHttpMethodHeadThe string used to represent the HEAD verb in an HTTP request.
Public fieldStatic memberHttpMethodPostThe string used to represent the POST verb in an HTTP request.
Public fieldStatic memberHttpMethodTraceThe string used to represent the TRACE verb in an HTTP request.
Public fieldStatic memberKeyValueSeparatorA character designating the separation between a key and a value.
Public fieldStatic memberManagementIssuerNameThe default issuer name string value used to gain access to the Windows Azure Access Control management service.
Public fieldStatic memberMaxIssuerNameSizeThe maximum size of the issuer name.
Public fieldStatic memberMaxIssuerSecretSizeThe maximum size of the issuer secret key.
Public fieldStatic memberOutputClaimIssuerIdThe issuer ID for all output claims from the Windows Azure Access Control service.
Public fieldStatic memberSaml11ConfirmationMethodBearerTokenThe value of the ConfirmationMethod attribute used in a Security Assertion Markup Language (SAML) bearer assertion.
Public fieldStatic memberServiceBusIssuerNameThe default issuer name string value used to gain access to the Windows Azure Service Bus.
Public fieldStatic memberTokenAudienceThe 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.
Public fieldStatic memberTokenDigest256The attribute name of the hash-based message authentication code used in a Simple Web Token.
Public fieldStatic memberTokenExpiresOnThe attribute name for the token expiration (measured in seconds) used in a Simple Web Token.
Public fieldStatic memberTokenIssuerThe attribute name for the Simple Web Token (SWT) issuer.
Public fieldStatic memberTrackingIdHeaderNameThe attribute name for the tracking ID in the returned token response.
Public fieldStatic memberUrlParameterSeparatorThe character used to separate parameters in a token request.
Public fieldStatic memberWrapAccessTokenThe parameter name for the access token that is returned in the response by the Security Token Service using the WRAP protocol.
Public fieldStatic memberWrapAppliesToThe name of the AppliesTo field that is in the token request body that is sent to the Windows Azure Access Control service.
Public fieldStatic memberWrapAssertionThe parameter name for the WRAP assertion that is sent in the token request using the WRAP protocol.
Public fieldStatic memberWrapAssertionFormatThe parameter name for the assertion format that is sent in the token request using the WRAP protocol.
Public fieldStatic memberWrapAuthenticationTypeThe WRAP authentication protocol type name.
Public fieldStatic memberWrapAuthorizationHeaderKeyThe parameter name of the access token that is sent in the authorization header of a request to the Windows Azure Service Bus.
Public fieldStatic memberWrapBaseTimeThe base date and time used in the WRAP protocol.
Public fieldStatic memberWrapContentTypeThe content type used for formatting token request parameters when using the WRAP protocol.
Public fieldStatic memberWrapNameThe parameter name for the account name that is sent in the token request using the WRAP protocol.
Public fieldStatic memberWrapPasswordThe parameter name for the account password that is sent in the token request using the WRAP protocol.
Public fieldStatic memberWrapRequestedLifetimeThe parameter name for the requested token lifetime (measured in seconds) that is sent in the token request using the WRAP protocol.
Public fieldStatic memberWrapSamlAssertionFormatSpecifies the Security Assertion Markup Language format.
Public fieldStatic memberWrapSwtAssertionFormatSpecifies the Simple Web Token format.
Public fieldStatic memberWrapTokenExpiresInThe parameter name for the token expiration (measured in seconds) that is returned in the token response by the token issuer using the WRAP protocol.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.