Click or drag to resize

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
)

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