JsonWebKey.Create(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.
Returns a new instance of JsonWebKey.
public static Microsoft.IdentityModel.Tokens.JsonWebKey Create (string json);
static member Create : string -> Microsoft.IdentityModel.Tokens.JsonWebKey
Public Shared Function Create (json As String) As JsonWebKey
Parameters
- json
- String
A string that contains JSON Web Key parameters in JSON format.
Returns
Exceptions
If 'json' is null or empty.
If 'json' fails to deserialize.