TestTokenCreator.CreateTokenWithBadSignatureKey Method

Definition

Creates a test JWS token signed with a key that doens't match the configured instance value.

public string CreateTokenWithBadSignatureKey ();
member this.CreateTokenWithBadSignatureKey : unit -> string
Public Function CreateTokenWithBadSignatureKey () As String

Returns

A test JWS token signed with a key that doens't match the configured instance value.

Applies to