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
ParameterTypeDescription
keyconst String&Key to get extension at.

ReturnValue

Extension at specified key.

See Also

X509ExtensionCollection::idx_get(int) const method

RTTI data.

SharedPtr<X509Extension> System::Collections::Generic::List<SharedPtr<X509Extension>>::idx_get(int index) const override

See Also