ECCurve.CreateFromValue(String) Metoda

Definice

Vytvoří pojmenovanou křivku pomocí zadaného tečkovaného desetinného čísla identifikátoru.

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

Parametry

oidValue
String

Tečkované číslo identifikátoru.

Návraty

ECCurve

Objekt představující pojmenovanou křivku.

Výjimky

oidValue je null.

Platí pro