Click or drag to resize

ApplicationContextGetCurrentContextSecurityKey Method

Instructs the current application context to get a unique identifier that should be used for encrypting/decrypting the SanteDB databases. This should be a consistent key (i.e. generate from machine, user SID, etc.).

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

Return Value

Type: Byte

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

See Also