SignerInfo.CounterSignerInfos 属性

定义

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 的此实现仅支持一个级别的反签名。 也就是说,可以对签名进行签名,这构成了反签名,但该签名不能再次签名。

适用于

另请参阅