ECCurve.CreateFromValue(String) メソッド

定義

識別子の指定したドット形式 10 進表現を使用して名前付き曲線を作成します。

public:
 static System::Security::Cryptography::ECCurve CreateFromValue(System::String ^ oidValue);
public static System.Security.Cryptography.ECCurve CreateFromValue (string oidValue);
static member CreateFromValue : string -> System.Security.Cryptography.ECCurve
Public Shared Function CreateFromValue (oidValue As String) As ECCurve

パラメーター

oidValue
String

識別子のドット形式の数字。

戻り値

ECCurve

名前付き曲線を表すオブジェクト。

例外

oidValuenullです。

適用対象