System::Security::Cryptography::RSACryptoServiceProvider::get_PublicOnly method

RSACryptoServiceProvider::get_PublicOnly method

Checks if public key only is present in CSP object.

bool System::Security::Cryptography::RSACryptoServiceProvider::get_PublicOnly() const

ReturnValue

True if public key is present and private one is not, false otherwise.

See Also