Click or drag to resize

RsaKey Class

An RSA key.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The RsaKey type exposes the following members.

Constructors
  NameDescription
Public methodRsaKey
Initializes a new instance of the RsaKey class
Top
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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBytes
Serializes this key to binary.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasPrivate
Returns true if the key contains private information.
(Overrides AsymmetricKeyHasPrivate.)
Public methodHasPublic
Returns true if the key contains public information.
(Overrides AsymmetricKeyHasPublic.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParseBuffer
Deserializes a key from binary.
Public methodStatic memberParseBytes
Deserializes a key from binary.
Public methodToString (Inherited from Object.)
Top
See Also