JwtPayload.Base64UrlEncode 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.
Encodes this instance as Base64UrlEncoded JSON.
public virtual string Base64UrlEncode ();
abstract member Base64UrlEncode : unit -> string
override this.Base64UrlEncode : unit -> string
Public Overridable Function Base64UrlEncode () As String
Returns
Base64UrlEncoded JSON.
Remarks
Use System.IdentityModel.Tokens.Jwt.JsonExtensions.Serializer to customize JSON serialization.