Click or drag to resize

AesSymmetricCrypographicProviderRotateContextKey Method

Instructs the symmetric provider to rotate the key storage.

Namespace: SanteDB.Core.Security
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public bool RotateContextKey()

Return Value

Boolean
True if the key was successfully rotated

Implements

ISymmetricCryptographicProviderRotateContextKey
Remarks
This 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