Click or drag to resize

SolidFireElementTestKeyProviderKmipAsync 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#
public Task<TestKeyProviderKmipResult> TestKeyProviderKmipAsync(
	TestKeyProviderKmipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskTestKeyProviderKmipResult

Implements

ISolidFireElementTestKeyProviderKmipAsync(TestKeyProviderKmipRequest, CancellationToken)
See Also