CryptographicAttributeObjectEnumerator.MoveNext Method

Definition

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

public:
 virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

true if the enumeration successfully moved to the next CryptographicAttributeObject object; false if the enumerator is at the end of the enumeration.

Implements

Applies to

See also