SHA512Managed Construtor

Definição

Inicializa uma nova instância da classe SHA512Managed.Initializes a new instance of the SHA512Managed class.

public:
 SHA512Managed();
public SHA512Managed ();
Public Sub New ()

Exceções

A configuração de segurança FIPS (Federal Information Processing Standards) está habilitada.The Federal Information Processing Standards (FIPS) security setting is enabled. Esta implementação não faz parte dos algoritmos criptográficos validados por FIPS da Plataforma Windows.This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms.

Comentários

O hash é usado como um valor exclusivo de tamanho fixo que representa uma grande quantidade de dados.The hash is used as a unique value of fixed size representing a large amount of data. Hashes de dois conjuntos de dados devem corresponder se e somente se os dados correspondentes também corresponderem.Hashes of two sets of data should match if and only if the corresponding data also matches. Pequenas alterações nos dados resultam em grandes alterações imprevisíveis no hash.Small changes to the data result in large unpredictable changes in the hash.

O tamanho do hash para o SHA512Managed algoritmo é de 512 bits.The hash size for the SHA512Managed algorithm is 512 bits.

Importante

Se você habilitar a configuração de segurança FIPS na política de segurança local ou como parte do Política de Grupo você receberá um InvalidOperationException quando tentar usar esse construtor.If you enable the FIPS security setting either in the Local Security Policy or as part of Group Policy you will get an InvalidOperationException when you attempt to use this constructor.

Aplica-se a