CngCbcAuthenticatedEncryptorFactory 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.
An IAuthenticatedEncryptorFactory dla Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.
public ref class CngCbcAuthenticatedEncryptorFactory sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory
public sealed class CngCbcAuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory
type CngCbcAuthenticatedEncryptorFactory = class
interface IAuthenticatedEncryptorFactory
Public NotInheritable Class CngCbcAuthenticatedEncryptorFactory
Implements IAuthenticatedEncryptorFactory
- Dziedziczenie
-
CngCbcAuthenticatedEncryptorFactory
- Implementuje
Konstruktory
CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) |
Inicjuje nowe wystąpienie klasy CngCbcAuthenticatedEncryptorFactory. |
Metody
CreateEncryptorInstance(IKey) |
IAuthenticatedEncryptor Tworzy wystąpienie na podstawie danego Descriptorelementu . |