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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.