Share via


EccCurveNames.AllEccCurveNames Property

Definition

Gets an array of strings that represents all the curves registered on the local computer. This includes curves that were registered by the local administrator.

public:
 static property IVectorView<Platform::String ^> ^ AllEccCurveNames { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> AllEccCurveNames();
public static IReadOnlyList<string> AllEccCurveNames { get; }
var iVectorView = EccCurveNames.allEccCurveNames;
Public Shared ReadOnly Property AllEccCurveNames As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

An array of strings that represents all the curves registered on the local computer.

Applies to