This documentation is archived and is not being maintained.
SecurityToken::ResolveKeyIdentifierClause Method
Visual Studio 2010
Gets the key for the specified key identifier clause.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: virtual SecurityKey^ ResolveKeyIdentifierClause( SecurityKeyIdentifierClause^ keyIdentifierClause )
Parameters
- keyIdentifierClause
- Type: System.IdentityModel.Tokens::SecurityKeyIdentifierClause
A SecurityKeyIdentifierClause to get the key for.
The ResolveKeyIdentifierClause method calls the MatchesKeyIdentifierClause to first determine whether the specified key identifier clause is the same as this instance.
Notes to InheritorsWhen you inherit from SecurityToken, and implement the ResolveKeyIdentifierClause method and keyIdentifierClause cannot be resolved, return nullptr. An exception should not be thrown from the ResolveKeyIdentifierClause method.
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.
Show: