CngAlgorithm.Sha256 屬性

定義

獲得 CngAlgorithm 一個新物件,指定安全雜湊演算法 256(SHA-256)演算法。

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

屬性值

一個指定 SHA-256 演算法的物件。

適用於