The IMessageLockedAlgorithm type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | DeriveKey(Stream) |
Gets the MLE key for the given message
|
![]() | DeriveKey(Stream, Int32) |
Gets the MLE key for the given message
|
![]() | Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
|
![]() | GetDecryptor |
Creates a message locked decryptor object with the current
key, hash algorythm and, symetric algorythm.
|
![]() | GetEncryptor |
Creates a message locked encryptor object with the current
hash algorythm and symetric algorythm.
|
![]() | LargestValidKey |
Get a value indicating the largest legal keysize
|
Properties
Name | Description | |
---|---|---|
![]() | BlockSize |
Gets or sets the block size, in bits, of the cryptographic
operation.
|
![]() | FeedbackSize |
Gets or sets the feedback size, in bits, of the cryptographic
operation.
|
![]() | Key |
Gets or sets the secret key for the message locked crypto
algorithm.
|
![]() | KeySize |
Gets or sets the keysize used
|
![]() | LegalKeySizes |
Gets the key sizes, in bits, that are supported by the
symmetric algorithm.
|
![]() | Mode |
Gets the mode for operation of the symmetric algorithm.
|
![]() | Padding |
Gets the padding mode used in the symmetric algorithm.
|
![]() | Tag |
Gets the expected tag for the supplied TransformKey
|
See Also