 | AesSymmetricCrypographicProviderGetContextKey Method |
Get the context default 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.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