Share via


CmsSigner.UnsignedAttributes 属性

定义

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

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

属性值

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

注解

反签名是可能包含在属性UnsignedAttributes检索的集合中的CryptographicAttributeObjectCollection无符号属性的一个示例。

适用于

另请参阅