ECParameters 结构
定义
表示椭圆曲线加密 (ECC) 算法的标准参数。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
- 继承
- 属性
字段
| Curve |
表示与公钥 (Q) 和可选私钥 (D) 相关联的曲线。Represents the curve associated with the public key (Q) and the optional private key (D). |
| D |
表示椭圆曲线加密 (ECC) 算法的私钥 |
| Q |
表示椭圆曲线加密 (ECC) 算法的公钥 |
方法
| Validate() |
验证当前对象。Validates the current object. |