CryptographicAttributeObjectEnumerator Class

Definition

Provides enumeration functionality for the CryptographicAttributeObjectCollection collection. This class cannot be inherited.

public ref class CryptographicAttributeObjectEnumerator sealed : System::Collections::IEnumerator
public sealed class CryptographicAttributeObjectEnumerator : System.Collections.IEnumerator
type CryptographicAttributeObjectEnumerator = class
    interface IEnumerator
Public NotInheritable Class CryptographicAttributeObjectEnumerator
Implements IEnumerator
Inheritance
CryptographicAttributeObjectEnumerator
Implements

Properties

Current

Gets the current CryptographicAttributeObject object from the CryptographicAttributeObjectCollection collection.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MoveNext()

Advances the enumeration to the next CryptographicAttributeObject object in the CryptographicAttributeObjectCollection collection.

Reset()

Resets the enumeration to the first CryptographicAttributeObject object in the CryptographicAttributeObjectCollection collection.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IEnumerator.Current

Gets the current CryptographicAttributeObject object from the CryptographicAttributeObjectCollection collection.

Applies to

See also