| JsonWebKey Properties |
The JsonWebKey type exposes the following members.
| 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)..
|