CngCbcAuthenticatedEncryptorConfiguration.EncryptionAlgorithm 속성

정의

대칭 암호화에 사용할 알고리즘의 이름입니다. 이 속성은 BCryptOpenAlgorithmProvider의 'pszAlgId' 매개 변수에 해당합니다. 이 속성은 값이 있어야 합니다.

public:
 property System::String ^ EncryptionAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string EncryptionAlgorithm { get; set; }
member this.EncryptionAlgorithm : string with get, set
Public Property EncryptionAlgorithm As String

속성 값

설명

알고리즘은 CBC 스타일 암호화를 지원해야 하며 블록 크기가 64비트 이상이어야 합니다. 기본값은 'AES'입니다.

적용 대상