ECCurve.CreateFromValue(String) 方法

定義

使用識別項的指定小數點十進位表示法,來建立具名曲線。

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

適用於