ManagedAuthenticatedEncryptorConfiguration.EncryptionAlgorithmType 속성

정의

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

public:
 property Type ^ EncryptionAlgorithmType { Type ^ get(); void set(Type ^ value); };
public Type EncryptionAlgorithmType { get; set; }
member this.EncryptionAlgorithmType : Type with get, set
Public Property EncryptionAlgorithmType As Type

속성 값

설명

알고리즘은 CBC 스타일 암호화 및 PKCS#7 패딩을 지원해야 하며 블록 크기가 64비트 이상이어야 합니다. 기본 알고리즘은 AES입니다.

적용 대상