CngAlgorithm.ECDsaP521 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得新的 CngAlgorithm 物件,該物件指定使用 P-521 曲線的 Elliptic Curve Digital Signature Algorithm (ECDSA)。
public:
static property System::Security::Cryptography::CngAlgorithm ^ ECDsaP521 { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm ECDsaP521 { get; }
static member ECDsaP521 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property ECDsaP521 As CngAlgorithm
屬性值
指定使用 P-521 曲線的 ECDSA 演算法的物件。