Click or drag to resize

IPasswordHashingServiceComputeHash Method (Byte)

Compute hash on byte data

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
byte[] ComputeHash(
	byte[] data
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:SanteDB.Core.Security.Services.IPasswordHashingService.ComputeHash(System.Byte[])"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.IPasswordHashingService.ComputeHash(System.Byte[])"]

See Also