CmsSigner.SignedAttributes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 시그니처와 연결하고, 시그니처로도 보호되는 특성의 컬렉션을 가져옵니다.
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 배치됩니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET