CmsSigner.UnsignedAttributes 属性

定义

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

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

属性值

CryptographicAttributeObjectCollection

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

注解

属性检索UnsignedAttributes到的CryptographicAttributeObjectCollection集合中可能包含的无符号属性的示例是一个计数器符号。

适用于

另请参阅