Click or drag to resize

SolidFireElementTestKeyServerKmipAsync Method (CancellationToken, Int64)

Test whether the specified KMIP (Key Management Interoperability Protocol) Key Server is functioning normally.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<TestKeyServerKmipResult> TestKeyServerKmipAsync(
	CancellationToken cancellationToken,
	long KeyServerID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
KeyServerID
Type: SystemInt64

Return Value

Type: TaskTestKeyServerKmipResult

Implements

ISolidFireElementTestKeyServerKmipAsync(CancellationToken, Int64)
See Also