Click or drag to resize
JsonWebKey Constructor (String)
Initializes an new instance of JsonWebKey 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 JsonWebKey(
	string json
)

Parameters

json
Type: SystemString
a string that contains JSON Web Key parameters in JSON format.
See Also