SamlTokenProvider Class
Provides a set of methods that execute asynchronous SAML token retrieval operations.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The SamlTokenProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
CacheTokens | Gets or sets a value that indicates whether new security tokens are being cached. (Inherited from TokenProvider.) |
|
IsWebTokenSupported | Gets or sets a value that indicates whether web token is supported by this provider. (Inherited from TokenProvider.) |
| Name | Description | |
|---|---|---|
|
BeginGetToken | Begins an asynchronous operation to get a security token. (Inherited from TokenProvider.) |
|
BeginGetWebToken | Begins an asynchronous operation to get a web token. (Inherited from TokenProvider.) |
|
EndGetToken | Completes an asynchronous operation to get a security token. (Inherited from TokenProvider.) |
|
EndGetWebToken | Completes an asynchronous operation to get a web token. (Inherited from TokenProvider.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnBeginGetToken | Executes the begin get token action. (Overrides TokenProvider.OnBeginGetToken(String, String, TimeSpan, AsyncCallback, Object).) |
|
OnBeginGetWebToken | Executes the begin get web token action. (Overrides TokenProvider.OnBeginGetWebToken(String, String, TimeSpan, AsyncCallback, Object).) |
|
OnEndGetToken | Executes the end get token action. (Overrides TokenProvider.OnEndGetToken(IAsyncResult, DateTime).) |
|
OnEndGetWebToken | Executes the end get web token action. (Overrides TokenProvider.OnEndGetWebToken(IAsyncResult, DateTime).) |
|
ToString | (Inherited from Object.) |