This documentation is archived and is not being maintained.
CardSpaceSelector.GetToken Method (CardSpacePolicyElement(), SecurityTokenSerializer)
Visual Studio 2008
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)
'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)
Parameters
- policyChain
- Type: 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.GenericXmlSecurityTokenA GenericXmlSecurityToken that represents the generated security token.
| Exception | Condition |
|---|---|
| ArgumentNullException | policyChain is Nothing. -or- policyChain is zero length. -or- tokenSerializer is Nothing. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: