Click or drag to resize

SymmetricKeyValidationCallback Delegate

Indicates whether a remote symmetric key validation error should be ignored

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public delegate bool SymmetricKeyValidationCallback(
	Object source,
	int keyId,
	string issuer
)

Parameters

source
Type: SystemObject
keyId
Type: SystemInt32
issuer
Type: SystemString

Return Value

Type: Boolean
See Also