SecurityUtilsComputeSha256Hash Method |
Computes the SHA256 hash of a binary value.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static byte[] ComputeSha256Hash(
byte[] value
)
Parameters
- value
- Type: SystemByte
The value.
Return Value
Type:
ByteThe SHA256 hash of the value.
See Also