get_PublicOnly()

DSACryptoServiceProvider::get_PublicOnly() const method

Checks if public key only is present in CSP object.

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

Return Value

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

See Also