다음을 통해 공유


SignerInfo.UnsignedAttributes 속성

정의

UnsignedAttributes 속성은 CryptographicAttributeObjectCollection 내용과 관련된 서명되지 않은 특성의 SignerInfo 컬렉션을 검색합니다. 서명되지 않은 특성은 서명을 무효화하지 않고도 수정할 수 있습니다.

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

속성 값

서명되지 않은 특성을 나타내는 CryptographicAttributeObjectCollection 컬렉션입니다. 서명되지 않은 특성이 없으면 해당 속성은 빈 컬렉션입니다.

설명

서명되지 않은 특성은 나머지 SignedCms 메시지 콘텐츠와 함께 서명되지 않습니다. 당사자가 서명을 성공적으로 확인하더라도 서명되지 않은 특성이 변경되었을 수 있으며 신뢰성 또는 무결성을 가지는 것으로 간주해서는 안 됩니다.

속성에 의해 검색된 컬렉션에 포함될 수 있는 서명되지 않은 특성의 CryptographicAttributeObjectCollectionUnsignedAttributes 예는 카운터 서명입니다.

적용 대상

추가 정보