ECCurve.CreateFromValue(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用識別項的指定小數點十進位表示法,來建立具名曲線。
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
識別項具小數點的數字。
傳回
代表具名曲線的物件。
例外狀況
oidValue
為 null
。