Click or drag to resize

IDataSigningServiceSignData(Byte, SignatureSettings) Method

Signs the specified data using the service's configured signing key

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
byte[] SignData(
	byte[] data,
	SignatureSettings settings
)

Parameters

data  Byte
The data to be signed
settings  SignatureSettings
The signature configuration to use

Return Value

Byte
The digital signature
See Also