IMessageLockedAlgorithm MembersNMLE API Reference

The IMessageLockedAlgorithm type exposes the following members.
Methods

  NameDescription
Public methodDeriveKey(Stream)
Gets the MLE key for the given message
Public methodDeriveKey(Stream, Int32)
Gets the MLE key for the given message
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodGetDecryptor
Creates a message locked decryptor object with the current key, hash algorythm and, symetric algorythm.
Public methodGetEncryptor
Creates a message locked encryptor object with the current hash algorythm and symetric algorythm.
Public methodLargestValidKey
Get a value indicating the largest legal keysize
Back to Top
Properties

  NameDescription
Public propertyBlockSize
Gets or sets the block size, in bits, of the cryptographic operation.
Public propertyFeedbackSize
Gets or sets the feedback size, in bits, of the cryptographic operation.
Public propertyKey
Gets or sets the secret key for the message locked crypto algorithm.
Public propertyKeySize
Gets or sets the keysize used
Public propertyLegalKeySizes
Gets the key sizes, in bits, that are supported by the symmetric algorithm.
Public propertyMode
Gets the mode for operation of the symmetric algorithm.
Public propertyPadding
Gets the padding mode used in the symmetric algorithm.
Public propertyTag
Gets the expected tag for the supplied TransformKey
Back to Top
See Also