Click or drag to resize

DefaultDataSigningServiceVerify Method

Verify the input data against the specified signature

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

Parameters

data
Type: SystemByte

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

signature
Type: SystemByte

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

keyId (Optional)
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.DefaultDataSigningService.Verify(System.Byte[],System.Byte[],System.String)"]

Implements

IDataSigningServiceVerify(Byte, Byte, String)
See Also