System::Security::Cryptography::X509Certificates::PublicKey::get_Key method

PublicKey::get_Key method

Gets an RSACryptoServiceProvider or DSACryptoServiceProvider.

SharedPtr<AsymmetricAlgorithm> System::Security::Cryptography::X509Certificates::PublicKey::get_Key() const

ReturnValue

AsymmetricAlgorithm object representing the public key.

See Also