Click or drag to resize

IDataSigningServiceAddSigningKey Method

Register a key with the provider

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
void AddSigningKey(
	string keyId,
	byte[] keyData,
	string signatureAlgorithm
)

Parameters

keyId
Type: SystemString
The key identifier to register
keyData
Type: SystemByte
The key data (passphrase, or any other structured key data)
signatureAlgorithm
Type: SystemString
The signature algorithm
See Also