This documentation is archived and is not being maintained.
SecurityTokenProvider Methods
Visual Studio 2010
The SecurityTokenProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginCancelToken | Begins an asynchronous operation to cancel a security token. |
|
BeginCancelTokenCore | Begins an asynchronous operation to cancel a security token. |
|
BeginGetToken | Begins an asynchronous operation to get a security token. |
|
BeginGetTokenCore | Begins an asynchronous operation to get a security token. |
|
BeginRenewToken | Begins an asynchronous operation that renews a security token. |
|
BeginRenewTokenCore | Begins an asynchronous operation that renews a security token. |
|
CancelToken | Cancels a security token. |
|
CancelTokenCore | Cancels a security token. |
|
EndCancelToken | Completes an asynchronous operation to cancel a security token. |
|
EndCancelTokenCore | Completes an asynchronous operation to cancel a security token. |
|
EndGetToken | Completes an asynchronous operation to get a security token. |
|
EndGetTokenCore | Completes an asynchronous operation to get a security token. |
|
EndRenewToken | Completes an asynchronous operation to renew a security token. |
|
EndRenewTokenCore | Completes an asynchronous operation to renew the security token. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetToken | Gets a security token. |
|
GetTokenCore | Gets a security token. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RenewToken | Renews a security token. |
|
RenewTokenCore | Renews a security token. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: