| 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()
Public MustOverride Function GetCurrentContextSecurityKey As Byte()
public:
virtual array<unsigned char>^ GetCurrentContextSecurityKey() abstract
abstract GetCurrentContextSecurityKey : unit -> byte[]
Return Value
Type:
Byte[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.ApplicationContext.GetCurrentContextSecurityKey"]
See Also