Click or drag to resize

RsaKey Properties

The RsaKey type exposes the following members.

Properties
  NameDescription
Public propertyCoefficient
Gets or sets the private value inverse-Q.
Public propertyExponent1
Gets or sets the private value DP.
Public propertyExponent2
Gets or sets the private value DQ.
Public propertyModulus
Gets or sets the public value N.
Public propertyPrime1
Gets or sets the private value P.
Public propertyPrime2
Gets or sets the private value Q.
Public propertyPrivateExponent
Gets or sets the private value D.
Public propertyPublicExponent
Gets or sets the public value E.
Public propertySize
Gets the size of the key.
Public propertyType
Gets the key type.
(Overrides AsymmetricKeyType.)
Top
See Also