Click or drag to resize

SolidFireElementGetLdapConfigurationAsync Method

The GetLdapConfiguration method enables you to get the currently active LDAP configuration on the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetLdapConfigurationResult> GetLdapConfigurationAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetLdapConfigurationResult

Implements

ISolidFireElementGetLdapConfigurationAsync(CancellationToken)
See Also