Click or drag to resize

DefaultDataSigningServiceSignData(Byte, String) Method

Sign data with the specified key data

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public byte[] SignData(
	byte[] data,
	string keyId = null
)

Parameters

data  Byte

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

keyId  String  (Optional)

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

Return Value

Byte

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

Implements

IDataSigningServiceSignData(Byte, String)
See Also