SecurityTokenService.FederatedAsyncState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is used to maintain the request state across asynchronous calls within a security token service.
protected: ref class SecurityTokenService::FederatedAsyncState
protected class SecurityTokenService.FederatedAsyncState
Protected Class SecurityTokenService.FederatedAsyncState
- Inheritance
-
SecurityTokenService.FederatedAsyncState
Constructors
SecurityTokenService.FederatedAsyncState(RequestSecurityToken, ClaimsPrincipal, IAsyncResult) |
Initializes a new instance of the SecurityTokenService.FederatedAsyncState class with the specified token request (RST), token requestor, and IAsyncResult object. |
SecurityTokenService.FederatedAsyncState(SecurityTokenService+FederatedAsyncState) |
Initializes a new instance of the SecurityTokenService.FederatedAsyncState class from the specified SecurityTokenService.FederatedAsyncState object. This constructor effectively creates a copy of the specified instance. |
Properties
ClaimsPrincipal |
Gets the identity of the token requestor associated with the asynchronous call. |
Request |
Gets the token request (RST) associated with the asynchronous call. |
Result |
Gets the IAsyncResult associated with the asynchronous call. |
SecurityTokenHandler |
Gets or sets the security token handler that will be used during an asynchronous token-issuance call. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |