EccCurveNames.NistP521 プロパティ

定義

"NISTP521" を含む文字列を取得します。

public:
 static property Platform::String ^ NistP521 { Platform::String ^ get(); };
static winrt::hstring NistP521();
public static string NistP521 { get; }
var string = EccCurveNames.nistP521;
Public Shared ReadOnly Property NistP521 As String

プロパティ値

String

Platform::String

winrt::hstring

"NISTP521" を含む文字列。

適用対象