ClientCredentials::GetInfoCardSecurityToken Method (Boolean, array<CardSpacePolicyElement^>^, SecurityTokenSerializer^)

 

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

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public protected:
virtual SecurityToken^ GetInfoCardSecurityToken(
	bool requiresInfoCard,
	array<CardSpacePolicyElement^>^ chain,
	SecurityTokenSerializer^ tokenSerializer
)

Parameters

requiresInfoCard
Type: System::Boolean

A value that determines whether CardSpace is required.

chain
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::SecurityToken^

A GenericXmlSecurityToken that represents the generated security token. Returns null if requiresInfoCard is false.

.NET Framework
Available since 3.0
Return to top
Show: