EccCurveNames.Curve25519 属性

定义

检索包含“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

属性值

String

Platform::String

winrt::hstring

包含“CURVE25519”的字符串。

适用于