Condividi tramite


SignerInfoEnumerator.Current Proprietà

Definizione

La proprietà Current recupera l'oggetto SignerInfo corrente dall'insieme SignerInfoCollection.

public:
 property System::Security::Cryptography::Pkcs::SignerInfo ^ Current { System::Security::Cryptography::Pkcs::SignerInfo ^ get(); };
public System.Security.Cryptography.Pkcs.SignerInfo Current { get; }
member this.Current : System.Security.Cryptography.Pkcs.SignerInfo
Public ReadOnly Property Current As SignerInfo

Valore della proprietà

Oggetto SignerInfo che rappresenta la struttura di informazioni sul firmatario corrente nell'insieme SignerInfoCollection.

Si applica a

Vedi anche