 | SHA256PasswordHashingServiceComputeHash(Byte) Method |
Compute hash on byte data
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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 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