SessionSecurityTokenResolver Class

.NET Framework (current version)
 

Resolves session security tokens from the current cache.

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

System::Object
  System.IdentityModel.Selectors::SecurityTokenResolver
    System.IdentityModel.Services::SessionSecurityTokenResolver

public ref class SessionSecurityTokenResolver : SecurityTokenResolver

NameDescription
System_CAPS_pubmethodSessionSecurityTokenResolver(SessionSecurityTokenCache^, String^)

Initializes a new instance of the SessionSecurityTokenResolver class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodLoadCustomConfiguration(XmlNodeList^)

When overridden in a derived class, loads custom configuration from XML.(Inherited from SecurityTokenResolver.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodResolveSecurityKey(SecurityKeyIdentifierClause^)

Obtains the key that is referenced in the specified key identifier clause.(Inherited from SecurityTokenResolver.)

System_CAPS_pubmethodResolveToken(SecurityKeyIdentifier^)

Retrieves a security token that matches one of the security key identifier clauses contained within the specified key identifier.(Inherited from SecurityTokenResolver.)

System_CAPS_pubmethodResolveToken(SecurityKeyIdentifierClause^)

Retrieves the security token that matches the specified key identifier clause.(Inherited from SecurityTokenResolver.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodTryResolveSecurityKey(SecurityKeyIdentifierClause^, SecurityKey^%)

Attempts to retrieve the key that is referenced in the specified key identifier clause.(Inherited from SecurityTokenResolver.)

System_CAPS_protmethodTryResolveSecurityKeyCore(SecurityKeyIdentifierClause^, SecurityKey^%)

Attempts to resolve the security key core, given a specified key identifier clause.(Overrides SecurityTokenResolver::TryResolveSecurityKeyCore(SecurityKeyIdentifierClause^, SecurityKey^%).)

System_CAPS_pubmethodTryResolveToken(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.)

System_CAPS_pubmethodTryResolveToken(SecurityKeyIdentifierClause^, SecurityToken^%)

Attempts to retrieve the security token that matches the specified key identifier clause.(Inherited from SecurityTokenResolver.)

System_CAPS_protmethodTryResolveTokenCore(SecurityKeyIdentifier^, SecurityToken^%)

Attempts to resolve the token from the specified key identifier.(Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifier^, SecurityToken^%).)

System_CAPS_protmethodTryResolveTokenCore(SecurityKeyIdentifierClause^, SecurityToken^%)

Attempts to resolve the token from the specified key identifier clause.(Overrides SecurityTokenResolver::TryResolveTokenCore(SecurityKeyIdentifierClause^, SecurityToken^%).)

.NET Framework
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.

Return to top
Show: