Share via


CertificateRequestProperties.CurveParameters Property

Definition

Gets or sets the parameters of the elliptic curve.

public:
 property Platform::Array <byte> ^ CurveParameters { Platform::Array <byte> ^ get(); void set(Platform::Array <byte> ^ value); };
winrt::array_view <byte> CurveParameters();

void CurveParameters(winrt::array_view <byte> value);
public byte[] CurveParameters { get; set; }
var byte[] = certificateRequestProperties.curveParameters;
certificateRequestProperties.curveParameters = byte[];
Public Property CurveParameters As Byte()

Property Value

Byte[]

byte[]

The parameters of the elliptic curve.

Applies to