 | ISymmetricCryptographicProviderRotateContextKey Method |
Instructs the symmetric provider to rotate the key storage.
Namespace: SanteDB.Core.Security.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxFunction RotateContextKey As Boolean
abstract RotateContextKey : unit -> bool
Return Value
BooleanTrue if the key was successfully rotated
RemarksThis method is called to notify the encryption provider that a new security certificate configuration has been applied, and that
the provider should re-persist the context key with the newly configured certificate (typically the default key)
See Also