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