SessionSecurityTokenResolver Class
Resolves session security tokens from the current cache.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
System.IdentityModel.Selectors::SecurityTokenResolver
System.IdentityModel.Services::SessionSecurityTokenResolver
| Name | Description | |
|---|---|---|
![]() | SessionSecurityTokenResolver(SessionSecurityTokenCache^, String^) | Initializes a new instance of the SessionSecurityTokenResolver class. |
| Name | Description | |
|---|---|---|
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | LoadCustomConfiguration(XmlNodeList^) | When overridden in a derived class, loads custom configuration from XML.(Inherited from SecurityTokenResolver.) |
![]() | MemberwiseClone() | |
![]() | ResolveSecurityKey(SecurityKeyIdentifierClause^) | Obtains the key that is referenced in the specified key identifier clause.(Inherited from SecurityTokenResolver.) |
![]() | ResolveToken(SecurityKeyIdentifier^) | Retrieves a security token that matches one of the security key identifier clauses contained within the specified key identifier.(Inherited from SecurityTokenResolver.) |
![]() | ResolveToken(SecurityKeyIdentifierClause^) | Retrieves the security token that matches the specified key identifier clause.(Inherited from SecurityTokenResolver.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryResolveSecurityKey(SecurityKeyIdentifierClause^, SecurityKey^%) | Attempts to retrieve the key that is referenced in the specified key identifier clause.(Inherited from SecurityTokenResolver.) |
![]() | TryResolveSecurityKeyCore(SecurityKeyIdentifierClause^, SecurityKey^%) | Attempts to resolve the security key core, given a specified key identifier clause.(Overrides SecurityTokenResolver::TryResolveSecurityKeyCore(SecurityKeyIdentifierClause^, SecurityKey^%).) |
![]() | TryResolveToken(SecurityKeyIdentifier^, SecurityToken^%) | Attempts to retrieve the security token that matches one of the key identifier clauses contained within the specified key identifier.(Inherited from SecurityTokenResolver.) |
![]() | TryResolveToken(SecurityKeyIdentifierClause^, SecurityToken^%) | Attempts to retrieve the security token that matches the specified key identifier clause.(Inherited from SecurityTokenResolver.) |
![]() | TryResolveTokenCore(SecurityKeyIdentifier^, SecurityToken^%) | Attempts to resolve the token from the specified key identifier.(Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifier^, SecurityToken^%).) |
![]() | TryResolveTokenCore(SecurityKeyIdentifierClause^, SecurityToken^%) | Attempts to resolve the token from the specified key identifier clause.(Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifierClause^, SecurityToken^%).) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

