TestTokenCreator.CreateTokenDescriptorWithInstanceOverrides Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a default SecurityTokenDescriptor based on the instance values.
public Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor CreateTokenDescriptorWithInstanceOverrides ();
member this.CreateTokenDescriptorWithInstanceOverrides : unit -> Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor
Public Function CreateTokenDescriptorWithInstanceOverrides () As SecurityTokenDescriptor
Returns
A SecurityTokenDescriptor representing the token to create.