JsonWebKeySet Constructors
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.
Overloads
JsonWebKeySet() |
Initializes an new instance of JsonWebKeySet. |
JsonWebKeySet(String) |
Initializes an new instance of JsonWebKeySet from a json string. |
JsonWebKeySet()
JsonWebKeySet(String)
Initializes an new instance of JsonWebKeySet from a json string.
public JsonWebKeySet (string json);
new Microsoft.IdentityModel.Tokens.JsonWebKeySet : string -> Microsoft.IdentityModel.Tokens.JsonWebKeySet
Public Sub New (json As String)
Parameters
- json
- String
a json string containing values.
Exceptions
If 'json' is null or empty.
If 'json' fails to deserialize.