Click or drag to resize
JsonWebKey Properties

The JsonWebKey type exposes the following members.

Properties
  NameDescription
Public propertyAlg
Gets or sets the 'alg' (KeyType)..
Public propertyE
Gets or sets the 'e' (RSA - Exponent)..
Public propertyKeySize
Returns KeySize
Public propertyKid
Gets or sets the 'kid' (Key ID)..
Public propertyKty
Gets or sets the 'kty' (Key Type)..
Public propertyN
Gets or sets the 'n' (RSA - Modulus)..
Public propertyUse
Gets or sets the 'use' (Public Key Use)..
Top
See Also