Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CardSpaceSelector::GetToken Method (array<CardSpacePolicyElement^>^, SecurityTokenSerializer^)

 

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

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

public:
static GenericXmlSecurityToken^ GetToken(
	array<CardSpacePolicyElement^>^ policyChain,
	SecurityTokenSerializer^ tokenSerializer
)

Parameters

policyChain
Type: array<System.IdentityModel.Selectors::CardSpacePolicyElement^>^

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

tokenSerializer
Type: System.IdentityModel.Selectors::SecurityTokenSerializer^

A SecurityTokenSerializer that can read a KeyInfo clause.

Return Value

Type: System.IdentityModel.Tokens::GenericXmlSecurityToken^

A GenericXmlSecurityToken that represents the generated security token.

Exception Condition
ArgumentNullException

policyChain is null.

-or-

policyChain is zero length.

-or-

tokenSerializer is null.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft