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.

SecurityTokenHandlerCollection::CreateToken Method (SecurityTokenDescriptor^)

.NET Framework (current version)
 

Creates a token from the specified token descriptor.

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

public:
SecurityToken^ CreateToken(
	SecurityTokenDescriptor^ tokenDescriptor
)

Parameters

tokenDescriptor
Type: System.IdentityModel.Tokens::SecurityTokenDescriptor^

The token descriptor from which the token is to be created. Properties of the token descriptor are set before this method is called.

Return Value

Type: System.IdentityModel.Tokens::SecurityToken^

A security token that matches the properties of the token descriptor.

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