ManagedAuthenticatedEncryptorConfiguration 클래스

정의

관리 SymmetricAlgorithm 형 및 형식을 사용하는 구성된 인증된 암호화 메커니즘을 KeyedHashAlgorithm 나타냅니다.

public ref class ManagedAuthenticatedEncryptorConfiguration sealed
public ref class ManagedAuthenticatedEncryptorConfiguration sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::AlgorithmConfiguration
public sealed class ManagedAuthenticatedEncryptorConfiguration
public sealed class ManagedAuthenticatedEncryptorConfiguration : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AlgorithmConfiguration
type ManagedAuthenticatedEncryptorConfiguration = class
    interface IAuthenticatedEncryptorConfiguration
type ManagedAuthenticatedEncryptorConfiguration = class
    inherit AlgorithmConfiguration
Public NotInheritable Class ManagedAuthenticatedEncryptorConfiguration
Public NotInheritable Class ManagedAuthenticatedEncryptorConfiguration
Inherits AlgorithmConfiguration
상속
ManagedAuthenticatedEncryptorConfiguration
상속
ManagedAuthenticatedEncryptorConfiguration
구현

생성자

ManagedAuthenticatedEncryptorConfiguration()

관리 SymmetricAlgorithm 형 및 형식을 사용하는 구성된 인증된 암호화 메커니즘을 KeyedHashAlgorithm 나타냅니다.

ManagedAuthenticatedEncryptorConfiguration(ManagedAuthenticatedEncryptionSettings)

관리 SymmetricAlgorithm 형 및 형식을 사용하는 구성된 인증된 암호화 메커니즘을 KeyedHashAlgorithm 나타냅니다.

ManagedAuthenticatedEncryptorConfiguration(ManagedAuthenticatedEncryptionSettings, IServiceProvider)

관리 SymmetricAlgorithm 형 및 형식을 사용하는 구성된 인증된 암호화 메커니즘을 KeyedHashAlgorithm 나타냅니다.

속성

EncryptionAlgorithmKeySize

대칭 암호화에 사용할 키의 길이(비트)입니다. 이 속성은 값이 있어야 합니다.

EncryptionAlgorithmType

대칭 암호화에 사용할 알고리즘의 유형입니다. 형식은 를 서브클래스 SymmetricAlgorithm해야 합니다. 이 속성은 값이 있어야 합니다.

Settings

관리 SymmetricAlgorithm 형 및 형식을 사용하는 구성된 인증된 암호화 메커니즘을 KeyedHashAlgorithm 나타냅니다.

ValidationAlgorithmType

유효성 검사에 사용할 알고리즘의 형식입니다. 형식 형식은 를 서브클래스 KeyedHashAlgorithm해야 합니다. 이 속성은 값이 있어야 합니다.

메서드

CreateNewDescriptor()

이 구성에 따라 새 IAuthenticatedEncryptorDescriptor instance 만듭니다. 새로 만든 instance 고유한 키 자료를 포함하며 메서드에서 만든 CreateNewDescriptor() 다른 모든 설명자와 다릅니다.

적용 대상