다음을 통해 공유


CngCbcAuthenticatedEncryptorFactory 클래스

정의

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

public ref class CngCbcAuthenticatedEncryptorFactory sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory
public sealed class CngCbcAuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory
type CngCbcAuthenticatedEncryptorFactory = class
    interface IAuthenticatedEncryptorFactory
Public NotInheritable Class CngCbcAuthenticatedEncryptorFactory
Implements IAuthenticatedEncryptorFactory
상속
CngCbcAuthenticatedEncryptorFactory
구현

생성자

CngCbcAuthenticatedEncryptorFactory(ILoggerFactory)

CngCbcAuthenticatedEncryptorFactory의 새 인스턴스를 초기화합니다.

메서드

CreateEncryptorInstance(IKey)

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

적용 대상