CertificateRequestProperties.CurveParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.