다음을 통해 공유


CmsSigner.SignedAttributes 속성

정의

이 시그니처와 연결하고, 시그니처로도 보호되는 특성의 컬렉션을 가져옵니다.

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

속성 값

서명으로 보호되는 이 서명과 연결할 특성 컬렉션입니다.

설명

속성에서 검색한 컬렉션에 포함될 수 있는 서명된 특성의 CryptographicAttributeObjectCollectionSignedAttributes 예는 서명 시간 특성입니다 Pkcs9SigningTime .

Pkcs9ContentType 개체와 Pkcs9MessageDigest 개체가 자동으로 생성되고 속성이 SignerInfo.SignedAttributes 비어 있지 않을 때마다 해당 서명자의 속성에 SignedAttributes 배치됩니다.

적용 대상

추가 정보