TestTokenCreator.CreateTokenWithBadAudience 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 with an audience which doens't match the configured instance value.
public string CreateTokenWithBadAudience ();
member this.CreateTokenWithBadAudience : unit -> string
Public Function CreateTokenWithBadAudience () As String
Returns
A test JWS token with an audience which doens't match the configured instance value.