다음을 통해 공유


EnvelopedCms.UnprotectedAttributes 속성

정의

엔벌로프된 CMS/PKCS#7 메시지와 관련된 보호(암호화)되지 않은 특성 컬렉션을 가져옵니다.

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

속성 값

봉투형 CMS/PKCS#7 메시지와 연결된 보호되지 않은(암호화되지 않은) 특성의 컬렉션입니다.

설명

클래스를 EnvelopedCms 사용하여 데이터를 암호화하는 경우 메서드 중 하나를 Encrypt 호출하는 동안 이 컬렉션의 내용이 보류 중인 메시지에 포함됩니다. 암호화 작업 후 변경 내용이 적용되지 않습니다.

이 속성의 값은 를 호출하는 Decode동안 다른 컬렉션 개체로 바뀝니다. 이 개체는 암호화되지 않고 메시지에 첨부된 특성을 나타냅니다.

적용 대상