Click or drag to resize

SolidFireElementTestKeyServerKmipAsync Method (TestKeyServerKmipRequest, CancellationToken)

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(
	TestKeyServerKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiTestKeyServerKmipRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskTestKeyServerKmipResult

Implements

ISolidFireElementTestKeyServerKmipAsync(TestKeyServerKmipRequest, CancellationToken)
See Also