TestTokenCreator.CreateExpiredToken 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 test JWS token which is past its expiration.
public string CreateExpiredToken ();
member this.CreateExpiredToken : unit -> string
Public Function CreateExpiredToken () As String
Returns
A test JWS token which is past its expiration.