CertificateChain.GetEnumerator Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9119)
GetEnumerator()
Gets an IEnumerator<T> for the CertificateChain collection.
Declaration
public IEnumerator<Certificate> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Certificate> | An IEnumerator<T> for the collection. |