ECCurve.CreateFromFriendlyName(String) Método

Definição

Cria uma curva nomeada usando o nome amigável especificado do 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

O nome amigável do identificador.

Retornos

ECCurve

Um objeto que representa a curva nomeada.

Exceções

oidFriendlyName é null.

Aplica-se a