SignerInfo.CounterSignerInfos 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
CounterSignerInfos 属性检索与该签名者信息关联的一组副署签名者。
public:
property System::Security::Cryptography::Pkcs::SignerInfoCollection ^ CounterSignerInfos { System::Security::Cryptography::Pkcs::SignerInfoCollection ^ get(); };
public System.Security.Cryptography.Pkcs.SignerInfoCollection CounterSignerInfos { get; }
member this.CounterSignerInfos : System.Security.Cryptography.Pkcs.SignerInfoCollection
Public ReadOnly Property CounterSignerInfos As SignerInfoCollection
属性值
一个 SignerInfoCollection 集合,表示该签名者信息的副署签名者。 如果没有副署签名者,则此属性为空集合。
注解
CMS/PKCS #7 的此实现仅支持一个级别的反签名。 也就是说,可以对签名进行签名,这构成了反签名,但该签名不能再次签名。