AuthenticatedEncryptionSettings 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.
Settings for configuring authenticated encryption algorithms.
public ref class AuthenticatedEncryptionSettings sealed
public sealed class AuthenticatedEncryptionSettings
type AuthenticatedEncryptionSettings = class
Public NotInheritable Class AuthenticatedEncryptionSettings
- Inheritance
-
AuthenticatedEncryptionSettings
Constructors
AuthenticatedEncryptionSettings() |
Properties
EncryptionAlgorithm |
The algorithm to use for symmetric encryption (confidentiality). |
ValidationAlgorithm |
The algorithm to use for message authentication (tamper-proofing). |
Methods
Validate() |
Validates that this AuthenticatedEncryptionSettings is well-formed, i.e., that the specified algorithms actually exist and that they can be instantiated properly. An exception will be thrown if validation fails. |