Returns a list of intended 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 int GetIntendedKeyUsage() |
Visual Basic |
---|
Public Function GetIntendedKeyUsage As Integer |
Visual C++ |
---|
public: int GetIntendedKeyUsage() |
Return Value
An integer that contains a list of intended key usages.
Remarks
Use the bitwise And operator to check whether a specific key usage is set.