CngAlgorithm.Rsa 屬性

定義

會獲得一個 CngAlgorithm 新的物件,指定 RSA 雜湊演算法。

public:
 static property System::Security::Cryptography::CngAlgorithm ^ Rsa { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm Rsa { get; }
static member Rsa : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property Rsa As CngAlgorithm

屬性值

一個指定 RSA 演算法的物件。

適用於