DerData MethodsSSH .NET Client Library Documentation
The DerData type exposes the following members.
Methods

  NameDescription
Public methodEncode
Encodes written data as DER byte array.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodReadBigInteger
Reads next mpint data type from internal buffer.
Public methodReadInteger
Reads next int data type from internal buffer.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodWrite(Boolean)
Writes BOOLEAN data into internal buffer.
Public methodWrite( Byte )
Writes OCTETSTRING data into internal buffer.
Public methodWrite(UInt32)
Writes UInt32 data into internal buffer.
Public methodWrite(BigInteger)
Writes INTEGER data into internal buffer.
Public methodWrite(DerData)
Writes DerData data into internal buffer.
Public methodWrite(ObjectIdentifier)
Writes OBJECTIDENTIFIER data into internal buffer.
Public methodWriteNull
Writes NULL data into internal buffer.
Back to Top
See Also