DSAOpenSsl.ImportParameters(DSAParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Imports the specified DSAParameters.
public:
override void ImportParameters(System::Security::Cryptography::DSAParameters parameters);
public override void ImportParameters (System.Security.Cryptography.DSAParameters parameters);
override this.ImportParameters : System.Security.Cryptography.DSAParameters -> unit
Public Overrides Sub ImportParameters (parameters As DSAParameters)
Parameters
- parameters
- DSAParameters
The key parameters to import.
Exceptions
parameters
is missing required fields.
-or-
parameters
has fields with inconsistent lengths for a valid key.
parameters
does not represent a valid DSA key parameter set.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.