Click or drag to resize

KeyServerKmipKmipAssignedProviderIsActive Property

If this KMIP Key Server is assigned to a provider (keyProviderID is not null), this field will indicate whether that provider is active (providing keys which are currently in use). Otherwise it will be null.

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

Property Value

Type: NullableBoolean
See Also