CngCbcAuthenticatedEncryptorDescriptor 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 CngCbcAuthenticatedEncryptorConfiguration .
public ref class CngCbcAuthenticatedEncryptorDescriptor sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor
public sealed class CngCbcAuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
type CngCbcAuthenticatedEncryptorDescriptor = class
interface IAuthenticatedEncryptorDescriptor
Public NotInheritable Class CngCbcAuthenticatedEncryptorDescriptor
Implements IAuthenticatedEncryptorDescriptor
- Dědičnost
-
CngCbcAuthenticatedEncryptorDescriptor
- Implementuje
Konstruktory
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider) |
Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem CngCbcAuthenticatedEncryptorConfiguration . |
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret) |
Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem CngCbcAuthenticatedEncryptorConfiguration . |
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret) |
Inicializuje novou instanci .CngCbcAuthenticatedEncryptorDescriptor |
Metody
CreateEncryptorInstance() |
Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem CngCbcAuthenticatedEncryptorConfiguration . |
ExportToXml() |
Exportuje aktuální popisovač do XML. |