ECCurve.CreateFromFriendlyName(String) Metoda

Definicja

Tworzy nazwaną krzywą przy użyciu określonej przyjaznej nazwy identyfikatora.

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

Parametry

oidFriendlyName
String

Przyjazna nazwa identyfikatora.

Zwraca

Obiekt reprezentujący nazwaną krzywą.

Wyjątki

oidFriendlyName to null.

Dotyczy