Click or drag to resize
JsonWebKeySet Constructor (String)
Initializes an new instance of JsonWebKeySet from a json string.

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public JsonWebKeySet(
	string json
)

Parameters

json
Type: SystemString
a json string containing values.
Exceptions
ExceptionCondition
ArgumentNullExceptionif 'json' is null or whitespace.
See Also