SignerInfo.UnsignedAttributes 属性

定义

UnsignedAttributes 属性检索与 CryptographicAttributeObjectCollection 内容关联的未签名特性的 SignerInfo 集合。 可对未签名特性进行修改,这不会导致签名无效。

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

属性值

CryptographicAttributeObjectCollection

表示未签名特性的 CryptographicAttributeObjectCollection 集合。 如果没有未签名特性,则该属性为空集合。

注解

未签名的属性不会与消息内容的其余 SignedCms 部分一起签名。 尽管一方成功验证签名,但未签名的属性可能已被更改,不应被视为具有真实性或完整性。

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

适用于

另请参阅