SignerInfoEnumerator.Current Propiedad

Definición

La propiedad Current recupera el objeto SignerInfo actual de la colección 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

Valor de propiedad

Objeto SignerInfo que representa la estructura actual de información del firmante en la colección SignerInfoCollection.

Se aplica a

Consulte también