CertificateStore.IEnumerable<Certificate>.GetEnumerator Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
IEnumerable<Certificate>.GetEnumerator()
Returns an enumerator that iterates through the CertificateStore.
Declaration
IEnumerator<Certificate> IEnumerable<Certificate>.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Certificate> | An enumerator for the CertificateStore. |