SecurityTokenResolver Methods
.NET Framework 4.5
The SecurityTokenResolver type exposes the following members.
| 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.) |
|
LoadCustomConfiguration | When overridden in a derived class, loads custom configuration from XML. |
|
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. |