EccCurveNames.NistP256 プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
"NISTP256" を含む文字列を取得します。
public:
static property Platform::String ^ NistP256 { Platform::String ^ get(); };
static winrt::hstring NistP256();
public static string NistP256 { get; }
var string = EccCurveNames.nistP256;
Public Shared ReadOnly Property NistP256 As String
プロパティ値
"NISTP256" を含む文字列。