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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.