DSACng.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.
Replaces the existing key that the current instance is working with by creating a new CngKey for the parameters structure.
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 DSA parameters.
Exceptions
The specified DSA parameters are not valid.
Applies to
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.