 | ISymmetricCryptographicProviderGetContextKey Method |
Gets the context key
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxFunction GetContextKey As Byte()
array<unsigned char>^ GetContextKey()
abstract GetContextKey : unit -> byte[]
Return Value
Byte[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.ISymmetricCryptographicProvider.GetContextKey"]
RemarksThe context key is used by the symmetric encryption algorithm and is used to quickly encrypt data to/from the configuration file
(particularly the HMAC keys) when a RSA certificate is not available for encryption
See Also