TestTokenCreator.CreateTokenWithMissingNotBefore 메서드

정의

nbf(NotBefore) 클레임이 누락된 테스트 JWS 토큰을 만듭니다.

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

반품

누락된 NotBefore(nbf) 클레임이 있는 테스트 JWS 토큰입니다.

적용 대상