System::Security::Cryptography::DSACryptoServiceProvider::get_PublicOnly method

DSACryptoServiceProvider::get_PublicOnly method

Checks if public key only is present in CSP object.

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

ReturnValue

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

See Also