X509ExtensionCollection.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 an X509ExtensionCollection object.
public:
System::Security::Cryptography::X509Certificates::X509ExtensionEnumerator ^ GetEnumerator();
public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator
Public Function GetEnumerator () As X509ExtensionEnumerator
Returns
An X509ExtensionEnumerator object to use to iterate through the X509ExtensionCollection object.
Remarks
Enumerators allow read-only access to data in the collection and cannot be used to modify the underlying collection.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.