SignerInfoEnumerator.Current Proprietà

Definizione

La Current proprietà recupera l'oggetto corrente SignerInfo 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 del firmatario corrente nell'insieme SignerInfoCollection .

Si applica a

Vedi anche