CtrCipherMode MembersSSH .NET Client Library Documentation

The CtrCipherMode type exposes the following members.
Constructors

  NameDescription
Public methodCtrCipherMode
Initializes a new instance of the CtrCipherMode class.
Back to Top
Methods

  NameDescription
Public methodDecryptBlock
Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
(Overrides CipherMode DecryptBlock( Byte , Int32, Int32,  Byte , Int32).)
Public methodEncryptBlock
Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
(Overrides CipherMode EncryptBlock( Byte , Int32, Int32,  Byte , Int32).)
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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Protected field_blockSize
Holds block size of the cipher.
(Inherited from CipherMode.)
Protected fieldCipher
Gets the cipher.
(Inherited from CipherMode.)
Protected fieldIV
Gets the IV vector.
(Inherited from CipherMode.)
Back to Top
See Also