CardSpaceSelector::GetToken Method (array<CardSpacePolicyElement^>^, SecurityTokenSerializer^)
.NET Framework (current version)
Generates a security token using the CardSpace system and the specified policy chain and token serializer.
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
Available since 3.0
Show: