CngAlgorithm.ECDsaP256 プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
P-256 曲線を使用する ECDSA (Elliptic Curve Digital Signature Algorithm) を指定する CngAlgorithm オブジェクトを取得します。
public:
static property System::Security::Cryptography::CngAlgorithm ^ ECDsaP256 { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm ECDsaP256 { get; }
static member ECDsaP256 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property ECDsaP256 As CngAlgorithm
プロパティ値
P-256 曲線を使用する ECDSA アルゴリズムを指定するオブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET