System::Security::Cryptography::X509Certificates::X509ExtensionCollection::idx_get method
X509ExtensionCollection::idx_get(const String&) const method
Accessor. Not implemented.
SharedPtr<X509Extension> System::Security::Cryptography::X509Certificates::X509ExtensionCollection::idx_get(const String &key) const
| Parameter | Type | Description |
|---|---|---|
| key | const String& | Key to get extension at. |
ReturnValue
Extension at specified key.
See Also
- Typedef SharedPtr
- Class X509Extension
- Class String
- Class X509ExtensionCollection
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++
X509ExtensionCollection::idx_get(int) const method
RTTI data.
SharedPtr<X509Extension> System::Collections::Generic::List<SharedPtr<X509Extension>>::idx_get(int index) const override
See Also
- Typedef SharedPtr
- Class X509Extension
- Class X509ExtensionCollection
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.PDF for C++