Check if our private key is valid.

Namespace: MonoSoftware.Core.Cryptography
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool CheckPrivateKey()
Visual Basic
Public Function CheckPrivateKey As Boolean
Visual C++
public:
bool CheckPrivateKey()
F#
member CheckPrivateKey : unit -> bool 

Return Value

Type: Boolean
True if key is valid, False otherwise

See Also