次の方法で共有


AuthenticatedEncryptorFactory(ILoggerFactory) コンストラクター

定義

AuthenticatedEncryptorFactory の新しいインスタンスを初期化します。

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

パラメーター

loggerFactory
ILoggerFactory

ILoggerFactory

適用対象