CngGcmAuthenticatedEncryptorDescriptor Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem CngGcmAuthenticatedEncryptorConfiguration .
public ref class CngGcmAuthenticatedEncryptorDescriptor sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor
public sealed class CngGcmAuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
type CngGcmAuthenticatedEncryptorDescriptor = class
interface IAuthenticatedEncryptorDescriptor
Public NotInheritable Class CngGcmAuthenticatedEncryptorDescriptor
Implements IAuthenticatedEncryptorDescriptor
- Dědičnost
-
CngGcmAuthenticatedEncryptorDescriptor
- Implementuje
Konstruktory
CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret, IServiceProvider) |
Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem CngGcmAuthenticatedEncryptorConfiguration . |
CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret) |
Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem CngGcmAuthenticatedEncryptorConfiguration . |
CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptorConfiguration, ISecret) |
Inicializuje novou instanci .CngGcmAuthenticatedEncryptorDescriptor |
Metody
CreateEncryptorInstance() |
Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem CngGcmAuthenticatedEncryptorConfiguration . |
ExportToXml() |
Exportuje aktuální popisovač do XML. |