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()

Return Value

An IEnumerator<(Of <(<'T>)>)> for the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also