Share via


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

属性值

要与此签名关联的属性集合,这些属性也受签名保护。

注解

签名时间属性可能是包含在属性SignedAttributes检索的CryptographicAttributeObjectCollection集合中的已签名属性的Pkcs9SigningTime一个示例。

Pkcs9ContentType只要SignedAttributes属性不为空,就会自动生成 对象和 Pkcs9MessageDigest 对象,并将其放置在相应签名者的 属性中SignerInfo.SignedAttributes

适用于

另请参阅