RCE THashAlgorithm, TEncryptionAlgorithm  MembersNMLE API Reference

The RCE THashAlgorithm, TEncryptionAlgorithm  type exposes the following members.
Constructors

  NameDescription
Public methodRCE THashAlgorithm, TEncryptionAlgorithm 
Back to Top
Methods

  NameDescription
Public methodDeriveKey(Stream) (Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm  DeriveKey(Stream).)
Public methodDeriveKey(Stream, Int32) (Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm  DeriveKey(Stream, Int32).)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetDecryptor
Creates a message locked decryptor object with the current key, hash algorythm and, symetric algorythm.
(Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm  GetDecryptor .)
Public methodGetEncryptor
Creates a message locked encryptor object with the current hash algorythm and symetric algorythm.
(Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm  GetEncryptor .)
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.)
Public methodLargestValidKey
Get a value indicating the largest legal keysize
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Protected fieldCryptoInstance (Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Protected fieldHashInstance (Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Back to Top
Properties

  NameDescription
Public propertyBlockSize
Gets or sets the block size, in bits, of the cryptographic operation.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Public propertyFeedbackSize
Gets or sets the feedback size, in bits, of the cryptographic operation.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Public propertyKey
Gets the key produced by the Encryptor
(Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm  Key.)
Public propertyKeySize
Gets or sets the keysize used
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Public propertyLegalKeySizes
Gets the key sizes, in bits, that are supported by the symmetric algorithm.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Public propertyMode
Gets the mode for operation of the symmetric algorithm.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Public propertyPadding
Gets the padding mode used in the symmetric algorithm.
(Inherited from MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm .)
Public propertyTag (Overrides MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm  Tag.)
Back to Top
See Also