SignerInfo.CounterSignerInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CounterSignerInfos property retrieves the set of counter signers associated with the signer information.
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
Property Value
A SignerInfoCollection collection that represents the counter signers for the signer information. If there are no counter signers, the property is an empty collection.
Remarks
This implementation of CMS/PKCS #7 supports only one level of countersignature. That is, a signature can be signed, which forms a countersignature, but that countersignature cannot be signed again.