SignerInfo.CounterSignerInfos Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
La proprietà CounterSignerInfos recupera il set di controfirmatari associati alle informazioni sul firmatario.
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
Valore della proprietà
Insieme SignerInfoCollection che rappresenta i controfirmatari per le informazioni sul firmatario. Se non sono presenti controfirmatari, la proprietà è un insieme vuoto.
Commenti
Questa implementazione di CMS/PKCS #7 supporta un solo livello di controfirma. Vale a dire, una firma può essere firmata, che costituisce una controfirma, ma tale controfirma non può essere firmata di nuovo.