IAuthenticatedEncryptorConfiguration Interface  
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.
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.  |