Click or drag to resize

DcApplicationContextGetCurrentContextSecurityKey Method

In the SanteDB DC setting the current context security key is the current windows user SID (since we're storing data in appdata it is encrypted per user SID)

Namespace:  SanteDB.DisconnectedClient.UI
Assembly:  SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax
public override byte[] GetCurrentContextSecurityKey()

Return Value

Type: Byte

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.UI.DcApplicationContext.GetCurrentContextSecurityKey"]

See Also