HashAlgorithmName.SHA256 Propiedad

Definición

Obtiene un nombre de algoritmo hash que representa "SHA256".

public:
 static property System::Security::Cryptography::HashAlgorithmName SHA256 { System::Security::Cryptography::HashAlgorithmName get(); };
public static System.Security.Cryptography.HashAlgorithmName SHA256 { get; }
member this.SHA256 : System.Security.Cryptography.HashAlgorithmName
Public Shared ReadOnly Property SHA256 As HashAlgorithmName

Valor de propiedad

HashAlgorithmName

Nombre de algoritmo hash que representa "SHA256".

Se aplica a