SignerInfoEnumerator.Current Egenskap

Definition

Egenskapen Current hämtar det aktuella SignerInfo objektet från SignerInfoCollection samlingen.

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

Egenskapsvärde

Ett SignerInfo objekt som representerar den aktuella informationsstrukturen för undertecknaren SignerInfoCollection i samlingen.

Gäller för

Se även