次の方法で共有


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)

パラメーター

loggerFactory
ILoggerFactory

ILoggerFactory

適用対象