Checks whether the Certificate has a private key associated with it.

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

Syntax

C#
public bool HasPrivateKey()
Visual Basic
Public Function HasPrivateKey As Boolean
Visual C++
public:
bool HasPrivateKey()

Return Value

true if the certificate has a private key associated with it, false otherwise.

See Also