CngCbcAuthenticatedEncryptorFactory Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Объект IAuthenticatedEncryptorFactory для параметра 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
- Наследование
-
CngCbcAuthenticatedEncryptorFactory
- Реализации
Конструкторы
CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) |
Инициализирует новый экземпляр CngCbcAuthenticatedEncryptorFactory. |
Методы
CreateEncryptorInstance(IKey) |
Создает IAuthenticatedEncryptor экземпляр на основе заданного Descriptorобъекта . |