ECCurve.CreateFromFriendlyName(String) Método

Definición

Crea una curva con nombre mediante el nombre descriptivo especificado del identificador.

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

Parámetros

oidFriendlyName
String

Nombre descriptivo del identificador.

Devoluciones

Un objeto que representa la curva con nombre.

Excepciones

oidFriendlyName es null.

Se aplica a