Click or drag to resize

SolidFireElementDisableEncryptionAtRestAsync Method

Initiate the process of removing the password from self-encrypting drives (SEDs) within the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DisableEncryptionAtRestResult> DisableEncryptionAtRestAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDisableEncryptionAtRestResult

Implements

ISolidFireElementDisableEncryptionAtRestAsync(CancellationToken)
See Also