CngGcmAuthenticatedEncryptorFactory Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Объект IAuthenticatedEncryptorFactory для параметра Microsoft.AspNetCore.DataProtection.Cng.CngGcmAuthenticatedEncryptor.
public ref class CngGcmAuthenticatedEncryptorFactory sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory
public sealed class CngGcmAuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory
type CngGcmAuthenticatedEncryptorFactory = class
interface IAuthenticatedEncryptorFactory
Public NotInheritable Class CngGcmAuthenticatedEncryptorFactory
Implements IAuthenticatedEncryptorFactory
- Наследование
-
CngGcmAuthenticatedEncryptorFactory
- Реализации
Конструкторы
CngGcmAuthenticatedEncryptorFactory(ILoggerFactory) |
Инициализирует новый экземпляр CngCbcAuthenticatedEncryptorFactory. |
Методы
CreateEncryptorInstance(IKey) |
Создает IAuthenticatedEncryptor экземпляр на основе заданного Descriptorобъекта . |