CngGcmAuthenticatedEncryptorDescriptor 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 CngGcmAuthenticatedEncryptorConfiguration przez obiekt.
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
- Dziedziczenie
-
CngGcmAuthenticatedEncryptorDescriptor
- Implementuje
Konstruktory
CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret, IServiceProvider) |
Deskryptor, który może utworzyć uwierzytelniony system szyfrowania na podstawie konfiguracji dostarczonej CngGcmAuthenticatedEncryptorConfiguration przez obiekt. |
CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptionSettings, ISecret) |
Deskryptor, który może utworzyć uwierzytelniony system szyfrowania na podstawie konfiguracji dostarczonej CngGcmAuthenticatedEncryptorConfiguration przez obiekt. |
CngGcmAuthenticatedEncryptorDescriptor(CngGcmAuthenticatedEncryptorConfiguration, ISecret) |
Inicjuje nowe wystąpienie klasy CngGcmAuthenticatedEncryptorDescriptor. |
Metody
CreateEncryptorInstance() |
Deskryptor, który może utworzyć uwierzytelniony system szyfrowania na podstawie konfiguracji dostarczonej CngGcmAuthenticatedEncryptorConfiguration przez obiekt. |
ExportToXml() |
Eksportuje bieżący deskryptor do formatu XML. |