SecurityTokenResolver Class
Represents a utility class that can retrieve security tokens or keys when you have a key identifier or key identifier clause.
System.IdentityModel.Selectors::SecurityTokenResolver
System.ServiceModel.Security.Tokens::SecurityContextSecurityTokenResolver
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SecurityTokenResolver type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecurityTokenResolver | Initializes a new instance of the SecurityTokenResolver class. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateDefaultSecurityTokenResolver | Creates a default security token resolver for the specified security tokens. |
![]() | 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResolveSecurityKey | Obtains the key that is referenced in the specified key identifier clause. |
![]() | ResolveToken(SecurityKeyIdentifier) | Retrieves a security token that matches one of the security key identifier clauses contained within the specified key identifier. |
![]() | ResolveToken(SecurityKeyIdentifierClause) | Retrieves the security token that matches the specified key identifier clause. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryResolveSecurityKey | Attempts to retrieve the key that is referenced in the specified key identifier clause. |
![]() | TryResolveSecurityKeyCore | Attempts to retrieve the key that is referenced in the specified key identifier clause. |
![]() | TryResolveToken(SecurityKeyIdentifier, SecurityToken%) | Attempts to retrieve the security token that matches one of the key identifier clauses contained within the specified key identifier. |
![]() | TryResolveToken(SecurityKeyIdentifierClause, SecurityToken%) | Attempts to retrieve the security token that matches the specified key identifier clause. |
![]() | TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken%) | When overridden in a derived class, attempts to retrieve the security token that matches at least one of the key identifier clauses contained within the specified key identifier. |
![]() | TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken%) | When overridden in a derived class, attempts to resolve the security token that matches the specified key identifier clause. |
Use the SecurityTokenResolver class to retrieve a key or security token when you have a key identifier or key identifier clause. The ResolveToken and TryResolveToken methods retrieve a token given that there is a key identifier or key identifier clause. The ResolveSecurityKey and TryResolveSecurityKey retrieve a key given that there is a key identifier clause. The methods with a Try prefix return false when the retrieval is unsuccessful, whereas the methods without a Try prefix throw an exception.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
