SignerInfo.CounterSignerInfos Proprietà

Definizione

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 solo un livello di controfirma. Vale a dire, una firma può essere firmata, che forma una controfirma, ma tale controfirma non può essere firmata di nuovo.

Si applica a

Vedi anche