Click or drag to resize

SolidFireElementRekeySoftwareEncryptionAtRestMasterKey Method (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 RekeySoftwareEncryptionAtRestMasterKeyResult RekeySoftwareEncryptionAtRestMasterKey(
	string KeyManagementType = null,
	Nullable<long> KeyProviderID = null
)

Parameters

KeyManagementType (Optional)
Type: SystemString
KeyProviderID (Optional)
Type: SystemNullableInt64

Return Value

Type: RekeySoftwareEncryptionAtRestMasterKeyResult

Implements

ISolidFireElementRekeySoftwareEncryptionAtRestMasterKey(String, NullableInt64)
See Also