Click or drag to resize

ListKeyProvidersKmipRequestKeyProviderIsActive Property

If omitted, returned KMIP Key Provider objects will not be filtered based on whether they're active. If true, returns only KMIP Key Provider objects which are active (providing keys which are currently in use). If false, returns only KMIP Key Provider objects which are inactive (not providing any keys and able to be deleted).

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

Property Value

Type: NullableBoolean
See Also