Gets an IEnumerator<(Of <(<'T>)>)> for the CertificateChain collection.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Function GetEnumerator As IEnumerator(Of Certificate) |
| C# |
|---|
public IEnumerator<Certificate> GetEnumerator() |