Megosztás a következőn keresztül:


CertificateRequestProperties.CurveName Property

Definition

Gets or sets the name of the elliptic curve.

public:
 property Platform::String ^ CurveName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CurveName();

void CurveName(winrt::hstring value);
public string CurveName { get; set; }
var string = certificateRequestProperties.curveName;
certificateRequestProperties.curveName = string;
Public Property CurveName As String

Property Value

String

Platform::String

winrt::hstring

The name of the elliptic curve.

Applies to