다음을 통해 공유


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)

매개 변수

적용 대상