System::Security::Cryptography::X509Certificates::X509Certificate2::get_HasPrivateKey method

X509Certificate2::get_HasPrivateKey method

Checks whether the certificate has private key.

bool System::Security::Cryptography::X509Certificates::X509Certificate2::get_HasPrivateKey() const

ReturnValue

True if private key existst, false otherwise.

See Also