SecurityTokenProvider Members
.NET Framework 3.0
The following tables list the members exposed by the SecurityTokenProvider type.
| Name | Description | |
|---|---|---|
| SecurityTokenProvider | Initializes a new instance of the SecurityTokenProvider class. |
| Name | Description | |
|---|---|---|
| SupportsTokenCancellation | Gets a value indicating whether the security token can be cancelled. |
| SupportsTokenRenewal | Gets a value indicating whether the security token is renewable. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BeginCancelToken | Begins an asynchronous operation to cancel a security token. |
| BeginGetToken | Begins an asynchronous operation to get a security token. |
| BeginRenewToken | Begins an asynchronous operation that renews a security token. |
| CancelToken | Cancels a security token. |
| EndCancelToken | Completes an asynchronous operation to cancel a security token. |
| EndGetToken | Completes an asynchronous operation to get a security token. |
| EndRenewToken | Completes an asynchronous operation to renew a security token. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetToken | Gets a security token. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RenewToken | Renews a security token. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| BeginCancelTokenCore | Begins an asynchronous operation to cancel a security token. |
| BeginGetTokenCore | Begins an asynchronous operation to get a security token. |
| BeginRenewTokenCore | Begins an asynchronous operation that renews a security token. |
| CancelTokenCore | Cancels a security token. |
| EndCancelTokenCore | Completes an asynchronous operation to cancel a security token. |
| EndGetTokenCore | Completes an asynchronous operation to get a security token. |
| EndRenewTokenCore | Completes an asynchronous operation to renew the security token. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetTokenCore | Gets a security token. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| RenewTokenCore | Renews a security token. |