EccCurveNames.AllEccCurveNames 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 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
An array of strings that represents all the curves registered on the local computer.