Click or drag to resize

SolidFireElementRekeySoftwareEncryptionAtRestMasterKeyAsync Method (CancellationToken, String, NullableInt64)

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#
public Task<RekeySoftwareEncryptionAtRestMasterKeyResult> RekeySoftwareEncryptionAtRestMasterKeyAsync(
	CancellationToken cancellationToken,
	string KeyManagementType = null,
	Nullable<long> KeyProviderID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KeyManagementType (Optional)
Type: SystemString
KeyProviderID (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskRekeySoftwareEncryptionAtRestMasterKeyResult

Implements

ISolidFireElementRekeySoftwareEncryptionAtRestMasterKeyAsync(CancellationToken, String, NullableInt64)
See Also