Click or drag to resize

KeyProviderKmip Properties

The KeyProviderKmip type exposes the following members.

Properties
  NameDescription
Public propertyKeyProviderID
The ID of the KMIP Key Provider. This is a unique value assigned by the cluster during CreateKeyProviderKmip which cannot be changed.
Public propertyKeyProviderIsActive
True if the KMIP Key Provider is active. A provider is considered active if are still outstanding keys which were created but not yet deleted and therefore assumed to still be in use.
Public propertyKeyProviderName
The name of the KMIP Key Provider.
Public propertyKeyServerIDs
A list of keyServerIDs which are grouped together within this provider. At least one server must be added via AddKeyServerToProviderKmip before this provider can become active. The last server cannot be removed via RemoveKeyServerFromProviderKmip or DeleteKeyServerKmip while this provider is active.
Public propertyKmipCapabilities
The capabilities of this KMIP Key Provider including details about the underlying library, FIPS compliance, SSL provider, etc.
Top
See Also