Returns a list of enhanced key usages of the X.509v3 certificate.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public StringCollection GetEnhancedKeyUsage()
Visual Basic
Public Function GetEnhancedKeyUsage As StringCollection
Visual C++
public:
StringCollection^ GetEnhancedKeyUsage()

Return Value

A StringCollection that contains a list of the enhanced key usages.

Exceptions

ExceptionCondition
LLCryptoLib.Security.Certificates..::..CertificateExceptionAn error occurs while retrieving the enhanced key usages.

See Also