ECParameters 構造体

定義

楕円曲線暗号 (ECC) アルゴリズムの標準的なパラメーターを表します。

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
継承
ECParameters
属性

フィールド

Curve

公開キー (Q) とオプションの秘密キー (D) に関連付けられた曲線を表します。

D

ビッグ エディアン形式で格納された、楕円曲線暗号 (ECC) アルゴリズムの秘密キー D を表します。

Q

楕円曲線暗号 (ECC) アルゴリズムの公開キー Q を表します。

メソッド

Validate()

現在のオブジェクトを検証します。

適用対象

こちらもご覧ください