Click or drag to resize
JsonWebKeyN Property
Gets or sets the 'n' (RSA - Modulus)..

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 string N { get; set; }

Property Value

Type: String
Remarks
value is formated as: Base64urlEncoding
See Also