Freigeben über


X509CertificateCollection.X509CertificateEnumerator.Current-Eigenschaft

Ruft das aktuelle X509Certificate in der X509CertificateCollection ab.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in system.dll)

Syntax

'Declaration
Public ReadOnly Property Current As X509Certificate
'Usage
Dim instance As X509CertificateEnumerator
Dim value As X509Certificate

value = instance.Current
public X509Certificate Current { get; }
public:
property X509Certificate^ Current {
    X509Certificate^ get ();
}
/** @property */
public X509Certificate get_Current ()
public function get Current () : X509Certificate

Eigenschaftenwert

Das aktuelle X509Certificate in der X509CertificateCollection.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

X509CertificateCollection.X509CertificateEnumerator-Klasse
X509CertificateCollection.X509CertificateEnumerator-Member
System.Security.Cryptography.X509Certificates-Namespace