X509Certificate2Collection.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumerator that can iterate through a X509Certificate2Collection object.
public:
System::Security::Cryptography::X509Certificates::X509Certificate2Enumerator ^ GetEnumerator();
public System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator ();
override this.GetEnumerator : unit -> System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator
Public Function GetEnumerator () As X509Certificate2Enumerator
Returns
An X509Certificate2Enumerator object that can iterate through the X509Certificate2Collection object.
Remarks
Enumerators allow read-only access to data in the collection. Enumerators cannot be used to modify the underlying collection.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.