Gets an IEnumerator for the CryptographicCollection.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator
C#
public IEnumerator GetEnumerator()

Return Value

An IEnumerator for the collection.

Implements

IEnumerable..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also