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