SignerInfoEnumerator.Current Property

Definition

The Current property retrieves the current SignerInfo object from the SignerInfoCollection collection.

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

Property Value

A SignerInfo object that represents the current signer information structure in the SignerInfoCollection collection.

Applies to

See also