Share via


AuthenticatedEncryptionSettings Class

Definition

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

Name Description
AuthenticatedEncryptionSettings()

Properties

Name Description
EncryptionAlgorithm

The algorithm to use for symmetric encryption (confidentiality).

ValidationAlgorithm

The algorithm to use for message authentication (tamper-proofing).

Methods

Name Description
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.

Applies to