JsonWebKey Class |
Namespace: Intuit.Ipp.OAuth2PlatformClient
public class JsonWebKey
The JsonWebKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonWebKey |
Initializes an new instance of JsonWebKey.
|
![]() | JsonWebKey(String) |
Initializes an new instance of JsonWebKey from a json string.
|
Name | Description | |
---|---|---|
![]() | Alg |
Gets or sets the 'alg' (KeyType)..
|
![]() | E |
Gets or sets the 'e' (RSA - Exponent)..
|
![]() | KeySize |
Returns KeySize
|
![]() | Kid |
Gets or sets the 'kid' (Key ID)..
|
![]() | Kty |
Gets or sets the 'kty' (Key Type)..
|
![]() | N |
Gets or sets the 'n' (RSA - Modulus)..
|
![]() | Use |
Gets or sets the 'use' (Public Key Use)..
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |
![]() | ToJwkString | (Defined by JsonWebKeyExtensions.) |