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.

Применяется к