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.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
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
Available since 4.5
Show: