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