Click or drag to resize

AesSymmetricCrypographicProviderGetContextKey Method

Get the context default key

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

Return Value

Byte

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

Implements

ISymmetricCryptographicProviderGetContextKey
Remarks
This method is used during the decryption of secrests in the configuration. This could result in a stack overflow due to this method attempting to get secrets, and the configuration decrypting them. Care should be taken if this method is updated.
See Also