Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim keyIdentifierClause As SecurityKeyIdentifierClause
Dim token As SecurityToken
Dim returnValue As Boolean

returnValue = Me.TryResolveTokenCore(keyIdentifierClause, token)

Syntax

Visual Basic
Protected Overrides Function TryResolveTokenCore ( _
		keyIdentifierClause As SecurityKeyIdentifierClause, _
		<OutAttribute> ByRef token As SecurityToken _
) As Boolean
C#
protected override bool TryResolveTokenCore (
		SecurityKeyIdentifierClause keyIdentifierClause,
		out SecurityToken token
)
C++
protected:
virtual bool TryResolveTokenCore (
		SecurityKeyIdentifierClause^ keyIdentifierClause, 
		[OutAttribute] SecurityToken^% token
) override
J#
protected boolean TryResolveTokenCore (
		SecurityKeyIdentifierClause keyIdentifierClause, 
		/** @attribute OutAttribute() */ /** @ref */ SecurityToken token
)
JScript

Parameters

keyIdentifierClause
token

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also