CmsSigner.SignedAttributes 属性

定义

获取与此签名关联且受该签名保护的特性集合。

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

属性值

CryptographicAttributeObjectCollection

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

注解

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

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

适用于

另请参阅