ImportParameters()

DSACryptoServiceProvider::ImportParameters(DSAParameters) method

Imports all parameters from data structure.

void System::Security::Cryptography::DSACryptoServiceProvider::ImportParameters(DSAParameters parameters) override

Arguments

ParameterTypeDescription
parametersDSAParametersStructure to import parameters from.

See Also