Click or drag to resize

IDataSigningServiceVerify Method

Verifies the digital signature of the data

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
bool Verify(
	byte[] data,
	byte[] signature,
	string keyId = null
)

Parameters

data
Type: SystemByte

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

signature
Type: SystemByte
The digital signature to be verified
keyId (Optional)
Type: SystemString
The identifier of the key to use for verification

Return Value

Type: Boolean
True if the signature is valid
See Also