AuthenticatedEncryptionSettings Class
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
Encryption |
The algorithm to use for symmetric encryption (confidentiality). |
Validation |
The algorithm to use for message authentication (tamper-proofing). |
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. |