CryptographicAttributeObjectCollection.GetEnumerator Method

Definition

Gets a CryptographicAttributeObjectEnumerator object for the collection.

public:
 System::Security::Cryptography::CryptographicAttributeObjectEnumerator ^ GetEnumerator();
public System.Security.Cryptography.CryptographicAttributeObjectEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Security.Cryptography.CryptographicAttributeObjectEnumerator
Public Function GetEnumerator () As CryptographicAttributeObjectEnumerator

Returns

true if the method returns a CryptographicAttributeObjectEnumerator object that can be used to enumerate the collection; otherwise, false.

Applies to