RsaKey PropertiesSSH .NET Client Library Documentation
The RsaKey type exposes the following members.
Properties

  NameDescription
Public propertyD
Gets the D.
Protected propertyDigitalSignature
Gets the digital signature.
(Overrides Key DigitalSignature.)
Public propertyDP
Gets the DP.
Public propertyDQ
Gets the DQ.
Public propertyExponent
Gets the exponent.
Public propertyInverseQ
Gets the inverse Q.
Public propertyKeyLength
Gets the length of the key.
(Overrides Key KeyLength.)
Public propertyModulus
Gets the modulus.
Public propertyP
Gets the P.
Public propertyPublic
Gets or sets the public.
(Overrides Key Public.)
Public propertyQ
Gets the Q.
Back to Top
See Also