DSACryptoServiceProvider.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 parameters for DSA.
Exceptions
The cryptographic service provider (CSP) cannot be acquired.
-or-
The parameters
parameter has missing fields.
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.