Click or drag to resize

ISolidFireElementTestKeyProviderKmipAsync Method (TestKeyProviderKmipRequest, CancellationToken)

Test whether the specified Key Provider is functioning normally.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<TestKeyProviderKmipResult> TestKeyProviderKmipAsync(
	TestKeyProviderKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskTestKeyProviderKmipResult
See Also