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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.