次の方法で共有


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" を含む文字列。

適用対象