SignerInfoEnumerator.Current Propriété

Définition

La propriété Current récupère l'objet SignerInfo en cours de la collection 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

Valeur de propriété

SignerInfo

Objet SignerInfo qui représente la structure d'information de signataire actuelle dans la collection SignerInfoCollection.

S’applique à

Voir aussi