다음을 통해 공유


EncryptedXml.Mode 속성

정의

XML 암호화에 사용되는 암호화 모드를 가져오거나 설정합니다.

public:
 property System::Security::Cryptography::CipherMode Mode { System::Security::Cryptography::CipherMode get(); void set(System::Security::Cryptography::CipherMode value); };
public System.Security.Cryptography.CipherMode Mode { get; set; }
member this.Mode : System.Security.Cryptography.CipherMode with get, set
Public Property Mode As CipherMode

속성 값

CipherMode 값 중 하나입니다.

설명

CBC(암호 블록 체인) 모드는 XML 암호화의 기본 암호 모드입니다. 이 속성을 사용하여 CFB(암호 피드백) 모드와 같은 열거형의 CipherMode 다른 암호 모드를 지정할 수 있습니다.

적용 대상