ECDsaOpenSsl.ImportParameters(ECParameters) 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 current key for this instance with one using the specified key parameters.
public:
override void ImportParameters(System::Security::Cryptography::ECParameters parameters);
public override void ImportParameters (System.Security.Cryptography.ECParameters parameters);
override this.ImportParameters : System.Security.Cryptography.ECParameters -> unit
Public Overrides Sub ImportParameters (parameters As ECParameters)
Parameters
- parameters
- ECParameters
The curve parameters.
Exceptions
parameters
does not contain valid values.
Remarks
If parameters
contains only Q, only a public key is imported. If parameters
also contains D, a full key pair is imported. The Curve field specifies the type of the curve to import.
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.