This topic has not yet been rated - Rate this topic

SharedSecretTokenProvider Class

Provides methods that return name/value pairs for web token assertions, and that execute asynchronous shared secret token retrieval operations.

System.Object
  Microsoft.ServiceBus.TokenProvider
    Microsoft.ServiceBus.SharedSecretTokenProvider

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public class SharedSecretTokenProvider : TokenProvider

The SharedSecretTokenProvider type exposes the following members.

  Name Description
Public property CacheTokens Gets or sets a value that indicates whether new security tokens are being cached. (Inherited from TokenProvider.)
Public property IsWebTokenSupported Gets or sets a value that indicates whether web token is supported by this provider. (Inherited from TokenProvider.)
Top
  Name Description
Public method BeginGetToken Begins an asynchronous operation to get a security token. (Inherited from TokenProvider.)
Public method BeginGetWebToken Begins an asynchronous operation to get a web token. (Inherited from TokenProvider.)
Public method Static member ComputeSimpleWebTokenString(String, Byte[]) Returns a string of URL encoded name/value pairs for a simple web token assertion using the specified issuer name and issuer secret.
Public method Static member ComputeSimpleWebTokenString(String, String) Returns a string of URL encoded name/value pairs for a simple web token assertion using the specified issuer name and issuer secret.
Public method EndGetToken Completes an asynchronous operation to get a security token. (Inherited from TokenProvider.)
Public method EndGetWebToken Completes an asynchronous operation to get a web token. (Inherited from TokenProvider.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnBeginGetToken Executes the begin get token action. (Overrides TokenProvider.OnBeginGetToken(String, String, TimeSpan, AsyncCallback, Object).)
Protected method OnBeginGetWebToken Executes the begin get web token action. (Overrides TokenProvider.OnBeginGetWebToken(String, String, TimeSpan, AsyncCallback, Object).)
Protected method OnEndGetToken Executes the end get token action. (Overrides TokenProvider.OnEndGetToken(IAsyncResult, DateTime).)
Protected method OnEndGetWebToken Executes the end get web token action. (Overrides TokenProvider.OnEndGetWebToken(IAsyncResult, DateTime).)
Public method ToString (Inherited from Object.)
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)