JwtPayload.Deserialize(String) 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.
Deserialzes JSON into a JwtPayload instance.
public static System.IdentityModel.Tokens.Jwt.JwtPayload Deserialize (string jsonString);
static member Deserialize : string -> System.IdentityModel.Tokens.Jwt.JwtPayload
Public Shared Function Deserialize (jsonString As String) As JwtPayload
Parameters
- jsonString
- String
The JSON to deserialize.
Returns
An instance of JwtPayload.
Remarks
Use System.IdentityModel.Tokens.Jwt.JsonExtensions.Deserializer to customize JSON serialization.