SHA384Managed Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SHA384Managed class.
public:
SHA384Managed();
public SHA384Managed ();
Public Sub New ()
Exceptions
The Federal Information Processing Standards (FIPS) security setting is enabled. This implementation is not part of the Windows Platform FIPS-validated cryptographic algorithms.
Remarks
The hash is used as a unique value of fixed size representing a large amount of data. Hashes of two sets of data should match if and only if the corresponding data also matches. Small changes to the data result in large unpredictable changes in the hash.
The hash size for the SHA384Managed algorithm is 384 bits.
Important
If you enable the following 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:
System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing