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

  NameDescription
Protected propertyDigitalSignature
Gets the digital signature.
(Overrides Key DigitalSignature.)
Public propertyG
Gets the G.
Public propertyKeyLength
Gets the length of the key.
(Overrides Key KeyLength.)
Public propertyP
Gets the P.
Public propertyPublic
Gets or sets the public.
(Overrides Key Public.)
Public propertyQ
Gets the Q.
Public propertyX
Gets private key X.
Public propertyY
Gets public key Y.
Back to Top
See Also