다음을 통해 공유


CngGcmAuthenticatedEncryptorFactory 클래스

정의

Microsoft.AspNetCore.DataProtection.Cng.CngGcmAuthenticatedEncryptor에 대한 IAuthenticatedEncryptorFactory입니다.

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)

지정된 DescriptorIAuthenticatedEncryptor 기반으로 instance 만듭니다.

적용 대상