EccCurveNames.Curve25519 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.
Retrieves a string that contains "CURVE25519".
public:
static property Platform::String ^ Curve25519 { Platform::String ^ get(); };
static winrt::hstring Curve25519();
public static string Curve25519 { get; }
var string = EccCurveNames.curve25519;
Public Shared ReadOnly Property Curve25519 As String
Property Value
String that contains "CURVE25519".