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
属性值
要与此签名关联的属性集合,这些属性也受签名保护。
注解
签名时间属性可能是包含在属性SignedAttributes检索的CryptographicAttributeObjectCollection集合中的已签名属性的Pkcs9SigningTime一个示例。
Pkcs9ContentType只要SignedAttributes属性不为空,就会自动生成 对象和 Pkcs9MessageDigest 对象,并将其放置在相应签名者的 属性中SignerInfo.SignedAttributes。