TestTokenCreator.CreateTokenWithMissingNotBefore Método

Definición

Crea un token JWS de prueba con una notificación NotBefore (nbf) que falta.

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

Devoluciones

Un token JWS de prueba con una notificación NotBefore (nbf) que falta.

Se aplica a