Click or drag to resize

ISymmetricCryptographicProviderGetContextKey Method

Gets the context key

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
byte[] GetContextKey()

Return Value

Byte

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.ISymmetricCryptographicProvider.GetContextKey"]

Remarks
The 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