X509CertificateCollection.X509CertificateEnumerator

X509CertificateCollection.X509CertificateEnumerator

System.Security.Cryptography.X509Certificates (system.dll)class
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.



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net