Click or drag to resize

SHA256PasswordHashingServiceComputeHash(Byte) Method

Compute hash on byte data

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public byte[] ComputeHash(
	byte[] data
)

Parameters

data  Byte

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

Return Value

Byte

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

Implements

IPasswordHashingServiceComputeHash(Byte)
See Also