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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.