| AesSymmetricCrypographicProviderGetContextKey Method |
Get the context default key
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public byte[] GetContextKey()
Public Function GetContextKey As Byte()
public:
virtual array<unsigned char>^ GetContextKey() sealed
abstract GetContextKey : unit -> byte[]
override GetContextKey : unit -> byte[]
Return Value
Type:
Byte[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Security.AesSymmetricCrypographicProvider.GetContextKey"]
Implements
ISymmetricCryptographicProviderGetContextKeySee Also