SignerInfoEnumerator.Current Propriété

Définition

La Current propriété récupère l’objet actuel SignerInfo de la 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

Valeur de propriété

Objet SignerInfo qui représente la structure d’informations du signataire actuel dans la SignerInfoCollection collection.

S’applique à

Voir aussi