 | NullSymmetricCryptographicProviderRotateContextKey Method |
Instructs the symmetric provider to rotate the key storage.
Namespace: SanteDB.Core.SecurityAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic bool RotateContextKey()
Public Function RotateContextKey As Boolean
public:
virtual bool RotateContextKey() sealed
abstract RotateContextKey : unit -> bool
override RotateContextKey : unit -> bool
Return Value
BooleanTrue if the key was successfully rotated
Implements
ISymmetricCryptographicProviderRotateContextKey
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