Click or drag to resize

DefaultDataSigningServiceVerify(Byte, Byte, String) Method

Verifies the digital signature of the data

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool Verify(
	byte[] data,
	byte[] signature,
	string keyId = null
)

Parameters

data  Byte

[Missing <param name="data"/> documentation for "M:SanteDB.Core.Security.DefaultDataSigningService.Verify(System.Byte[],System.Byte[],System.String)"]

signature  Byte
The digital signature to be verified
keyId  String  (Optional)

[Missing <param name="keyId"/> documentation for "M:SanteDB.Core.Security.DefaultDataSigningService.Verify(System.Byte[],System.Byte[],System.String)"]

Return Value

Boolean
True if the signature is valid

Implements

IDataSigningServiceVerify(Byte, Byte, String)
See Also