Returns a list of enhanced key usages of the X.509v3 certificate.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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
Exception | Condition |
---|---|
LLCryptoLib.Security.Certificates..::..CertificateException | An error occurs while retrieving the enhanced key usages. |