Click or drag to resize

ISolidFireElementRekeySoftwareEncryptionAtRestMasterKeyAsync Method (RekeySoftwareEncryptionAtRestMasterKeyRequest, CancellationToken)

Rekey the Software Encryption At Rest Master Key used to encrypt the DEKs (Data Encryption Keys).

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<RekeySoftwareEncryptionAtRestMasterKeyResult> RekeySoftwareEncryptionAtRestMasterKeyAsync(
	RekeySoftwareEncryptionAtRestMasterKeyRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiRekeySoftwareEncryptionAtRestMasterKeyRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskRekeySoftwareEncryptionAtRestMasterKeyResult
See Also