다음을 통해 공유


EnvelopedCms.ContentEncryptionAlgorithm 속성

정의

이 메시지와 연결된 대칭 암호화 알고리즘의 식별자를 가져옵니다.

public:
 property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ ContentEncryptionAlgorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
public System.Security.Cryptography.Pkcs.AlgorithmIdentifier ContentEncryptionAlgorithm { get; }
member this.ContentEncryptionAlgorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
Public ReadOnly Property ContentEncryptionAlgorithm As AlgorithmIdentifier

속성 값

이 메시지와 연결된 대칭 암호화 알고리즘의 식별자입니다.

설명

클래스를 EnvelopedCms 사용하여 데이터를 암호화하는 경우 이 속성의 값은 의 콘텐츠를 ContentInfo암호화하는 데 사용할 대칭 암호화 알고리즘을 나타냅니다.

이 속성의 값은 를 호출하는 Decode동안 대체된 다음 디코딩된 메시지를 암호화하는 데 사용된 대칭 암호화 알고리즘을 나타냅니다.

적용 대상