CngCbcAuthenticatedEncryptorDescriptor Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Deskryptor, który może utworzyć uwierzytelniony system szyfrowania na podstawie konfiguracji dostarczonej CngCbcAuthenticatedEncryptorConfiguration przez obiekt.
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
- Dziedziczenie
-
CngCbcAuthenticatedEncryptorDescriptor
- Implementuje
Konstruktory
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider) |
Deskryptor, który może utworzyć uwierzytelniony system szyfrowania na podstawie konfiguracji dostarczonej CngCbcAuthenticatedEncryptorConfiguration przez obiekt. |
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret) |
Deskryptor, który może utworzyć uwierzytelniony system szyfrowania na podstawie konfiguracji dostarczonej CngCbcAuthenticatedEncryptorConfiguration przez obiekt. |
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret) |
Inicjuje nowe wystąpienie klasy CngCbcAuthenticatedEncryptorDescriptor. |
Metody
CreateEncryptorInstance() |
Deskryptor, który może utworzyć uwierzytelniony system szyfrowania na podstawie konfiguracji dostarczonej CngCbcAuthenticatedEncryptorConfiguration przez obiekt. |
ExportToXml() |
Eksportuje bieżący deskryptor do formatu XML. |