| 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
)
Public Delegate Function SymmetricKeyValidationCallback (
source As Object,
keyId As Integer,
issuer As String
) As Boolean
public delegate bool SymmetricKeyValidationCallback(
Object^ source,
int keyId,
String^ issuer
)
type SymmetricKeyValidationCallback =
delegate of
source : Object *
keyId : int *
issuer : string -> bool
Parameters
- source
- Type: SystemObject
- keyId
- Type: SystemInt32
- issuer
- Type: SystemString
Return Value
Type:
BooleanSee Also