SignerInfo.UnsignedAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 集合。 如果没有未签名特性,则该属性为空集合。
注解
未签名的属性不会与消息内容的其余部分 SignedCms 一起签名。 即使一方成功验证了签名,未签名的属性也可能已更改,不应被视为具有真实性或完整性。
反签名是一个未签名属性,该属性可能包含在由 UnsignedAttributes 属性检索的CryptographicAttributeObjectCollection集合中的一个示例。