CardSpaceSelector.GetToken Method (CardSpacePolicyElement[], SecurityTokenSerializer)

Generates a security token using the "InfoCard" system and the specified policy chain and token serializer.

Namespace: System.IdentityModel.Selectors
Assembly: System.IdentityModel.Selectors (in system.identitymodel.selectors.dll)

'Declaration
Public Shared Function GetToken ( _
	policyChain As CardSpacePolicyElement(), _
	tokenSerializer As SecurityTokenSerializer _
) As GenericXmlSecurityToken
'Usage
Dim policyChain As CardSpacePolicyElement()
Dim tokenSerializer As SecurityTokenSerializer
Dim returnValue As GenericXmlSecurityToken

returnValue = CardSpaceSelector.GetToken(policyChain, tokenSerializer)
public static GenericXmlSecurityToken GetToken (
	CardSpacePolicyElement[] policyChain, 
	SecurityTokenSerializer tokenSerializer
)
public static function GetToken (
	policyChain : CardSpacePolicyElement[], 
	tokenSerializer : SecurityTokenSerializer
) : GenericXmlSecurityToken
Not applicable.

Parameters

policyChain

An array of CardSpacePolicyElement that describes the federated security chain that the client requires a final token to unwind.

tokenSerializer

A SecurityTokenSerializer that can read a KeyInfo clause.

Return Value

A GenericXmlSecurityToken that represents the generated security token.

Exception typeCondition

ArgumentNullException

policyChain is a null reference (Nothing in Visual Basic).

-or-

policyChain is zero length.

-or-

tokenSerializer is a null reference (Nothing in Visual Basic).

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

ADD
Show: