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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.