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; }
member this.Sha256 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property Sha256 As CngAlgorithm

属性值

CngAlgorithm

一个指定 SHA-256 算法的对象。

适用于