 | NullSymmetricCryptographicProviderGetContextKey Method |
Gets the context key
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic byte[] GetContextKey()
Public Function GetContextKey As Byte()
public:
virtual array<unsigned char>^ GetContextKey() sealed
abstract GetContextKey : unit -> byte[]
override GetContextKey : unit -> byte[]
Return Value
Byte[Missing <returns> documentation for "M:SanteDB.Core.Security.NullSymmetricCryptographicProvider.GetContextKey"]
Implements
ISymmetricCryptographicProviderGetContextKey
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