CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) 构造函数

定义

初始化 CngCbcAuthenticatedEncryptorFactory 的新实例。

public:
 CngCbcAuthenticatedEncryptorFactory(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public CngCbcAuthenticatedEncryptorFactory (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory
Public Sub New (loggerFactory As ILoggerFactory)

参数

适用于