SignerInfo.CounterSignerInfos Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La propriété CounterSignerInfos récupère le jeu de contre-signataires associé aux informations sur le signataire.
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
Valeur de propriété
Collection SignerInfoCollection qui représente les contre-signataires pour les informations sur le signataire. En l'absence de contre-signataires, la propriété est une collection vide.
Remarques
Cette implémentation de CMS/PKCS #7 ne prend en charge qu’un seul niveau de contre-signature. Autrement dit, une signature peut être signée, ce qui forme une contre-signature, mais cette contre-signature ne peut pas être signée à nouveau.