Sha1HashCodeField.ConvertBytesToSha1(Byte[]) Method
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.
public:
static cli::array <System::Object ^> ^ ConvertBytesToSha1(cli::array <System::Byte> ^ byteArray);
public static object[] ConvertBytesToSha1 (byte[] byteArray);
static member ConvertBytesToSha1 : byte[] -> obj[]
Public Shared Function ConvertBytesToSha1 (byteArray As Byte()) As Object()
Parameters
- byteArray
- Byte[]
Returns
Object[]