CngAlgorithm.ECDsa 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 CngAlgorithm 物件,該物件指定橢圓曲線數位簽章演算法 (ECDSA),而其曲線是透過索引鍵屬性來描述。
public:
static property System::Security::Cryptography::CngAlgorithm ^ ECDsa { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm ECDsa { get; }
static member ECDsa : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property ECDsa As CngAlgorithm
屬性值
指定 ECDSA 的物件,而其曲線是透過索引鍵屬性來描述。