AuthenticatedEncryptionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the results of Encrypt(Byte[], Byte[]) operation.
public class AuthenticatedEncryptionResult
type AuthenticatedEncryptionResult = class
Public Class AuthenticatedEncryptionResult
- Inheritance
-
AuthenticatedEncryptionResult
Constructors
AuthenticatedEncryptionResult(SecurityKey, Byte[], Byte[], Byte[]) |
Initializes a new instance of the AuthenticatedEncryptionResult class. |
Properties
AuthenticationTag |
Gets the authentication tag. |
Ciphertext |
Gets the Ciphertext. |
IV |
Gets the initialization vector. |
Key |
Gets the SecurityKey. |