Name

X509CertificateCollection.X509CertificateEnumerator

Synopsis

public class X509CertificateCollection.X509CertificateEnumerator : IEnumerator {
// Public Constructors
   public X509CertificateCollection.X509CertificateEnumerator(X509CertificateCollection mappings);
// Public Instance Properties
   public X509Certificate Current{get; }
// Public Instance Methods
   public bool MoveNext(  );
 // implements IEnumerator
   public void Reset(  );
 // implements IEnumerator
}

This class implements the System.Collections.IEnumerator interface to enumerate the X509Certificate objects contained by an X509CertificateCollection. Instances of this class are typically obtained through the X509CertificateCollection.GetEnumerator( ) method.

Get Programming .NET Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.