| SHA1PasswordHashingServiceComputeHash Method (Byte) |
Compute hash on byte data
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public byte[] ComputeHash(
byte[] data
)
Public Function ComputeHash (
data As Byte()
) As Byte()
public:
virtual array<unsigned char>^ ComputeHash(
array<unsigned char>^ data
) sealed
abstract ComputeHash :
data : byte[] -> byte[]
override ComputeHash :
data : byte[] -> byte[]
Parameters
- data
- Type: SystemByte
[Missing <param name="data"/> documentation for "M:SanteDB.Core.Security.SHA1PasswordHashingService.ComputeHash(System.Byte[])"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:SanteDB.Core.Security.SHA1PasswordHashingService.ComputeHash(System.Byte[])"]
Implements
IPasswordHashingServiceComputeHash(Byte)See Also