Microsoft.IdentityModel.Tokens.AuthenticatedEncryptionResult
Contains the results of Encrypt operation.
Gets the authentication tag.
Gets the Ciphertext.
Gets the initialization vector.
Gets the SecurityKey.
public AuthenticatedEncryptionResult(SecurityKey key, byte[] ciphertext, byte[] iv, byte[] authenticationTag)
Initializes a new instance of the AuthenticatedEncryptionResult class.