SignerInfo.CounterSignerInfos Proprietà

Definizione

La CounterSignerInfos proprietà recupera il set di firmatari di contatori 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à

Raccolta SignerInfoCollection che rappresenta i firmatari dei contatori per le informazioni sul firmatario. Se non sono presenti firmatari di contatori, la proprietà è un insieme vuoto.

Commenti

Questa implementazione di CMS/PKCS #7 supporta un solo livello di controfirma. Ovvero, una firma può essere firmata, che costituisce una controfirma, ma tale controfirma non può essere firmata di nuovo.

Si applica a

Vedi anche