System::Security::Cryptography::RSACryptoServiceProvider::ImportParameters method

RSACryptoServiceProvider::ImportParameters method

Imports CSP parameters.

void System::Security::Cryptography::RSACryptoServiceProvider::ImportParameters(RSAParameters parameters) override
ParameterTypeDescription
parametersRSAParametersData structure with CSP parameters.

See Also