Share via


SignerInfoEnumerator.Current Vlastnost

Definice

Vlastnost Current načte aktuální SignerInfo objekt z SignerInfoCollection kolekce.

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

Hodnota vlastnosti

Objekt SignerInfo , který představuje aktuální strukturu informací podepisujícího v kolekci SignerInfoCollection .

Platí pro

Viz také