This topic has not yet been rated - Rate this topic

SamlTokenProvider Class

Provides a set of methods that execute asynchronous SAML token retrieval operations.

System.Object
  Microsoft.ServiceBus.TokenProvider
    Microsoft.ServiceBus.SamlTokenProvider

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

The SamlTokenProvider 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 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)