idx_get()

X509ExtensionCollection::idx_get(const String&) const method

Accessor. Not implemented.

SharedPtr<X509Extension> System::Security::Cryptography::X509Certificates::X509ExtensionCollection::idx_get(const String &key) const

Arguments

ParameterTypeDescription
keyconst String&Key to get extension at.

Return Value

Extension at specified key.

See Also