IAuthenticatedEncryptorConfiguration Interface

Definition

The basic configuration that serves as a factory for types related to authenticated encryption.

public interface class IAuthenticatedEncryptorConfiguration
public interface IAuthenticatedEncryptorConfiguration
type IAuthenticatedEncryptorConfiguration = interface
Public Interface IAuthenticatedEncryptorConfiguration
Derived

Methods

CreateNewDescriptor()

Creates a new IAuthenticatedEncryptorDescriptor instance based on this configuration. The newly-created instance contains unique key material and is distinct from all other descriptors created by the CreateNewDescriptor() method.

Applies to