ImportParameters()

RSA::ImportParameters(RSAParameters) method

Imports all parameters from data structure.

virtual void System::Security::Cryptography::RSA::ImportParameters(RSAParameters parameters)=0

Arguments

ParameterTypeDescription
parametersRSAParametersStructure to import parameters from.

See Also