Click or drag to resize

SolidFireElementGetEncryptionAtRestInfoAsync Method

Get details of the current Encryption At Rest configuration. Encryption At Rest feature is built upon the Self-Encrypting Drive's hardware encryption capability.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetEncryptionAtRestInfoResult

Implements

ISolidFireElementGetEncryptionAtRestInfoAsync(CancellationToken)
See Also