ECParameters Struct
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.
Represents the standard parameters for the elliptic curve cryptography (ECC) algorithm.
public value class ECParameters
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public struct ECParameters
public struct ECParameters
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type ECParameters = struct
type ECParameters = struct
Public Structure ECParameters
- Inheritance
- Attributes
Fields
Curve |
Represents the curve associated with the public key (Q) and the optional private key (D). |
D |
Represents the private key |
Q |
Represents the public key |
Methods
Validate() |
Validates the current object. |
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.