Click or drag to resize

RekeySoftwareEncryptionAtRestMasterKeyRequestKeyProviderID Property

The ID of the Key Provider to use. This is a unique value returned as part of one of the CreateKeyProvider* methods. Required when keyManagementType is "External", invalid otherwise.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Nullable<long> KeyProviderID { get; set; }

Property Value

Type: NullableInt64
See Also