JsonWebKeySet.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 JsonWebKeySet.
public static Microsoft.IdentityModel.Tokens.JsonWebKeySet Create (string json);
static member Create : string -> Microsoft.IdentityModel.Tokens.JsonWebKeySet
Public Shared Function Create (json As String) As JsonWebKeySet
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.