Click or drag to resize

SolidFireElementTestLdapAuthenticationAsync Method (CancellationToken, String, String, LdapConfiguration)

The TestLdapAuthentication method enables you to validate the currently enabled LDAP authentication settings. If the configuration is correct, the API call returns the group membership of the tested user.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<TestLdapAuthenticationResult> TestLdapAuthenticationAsync(
	CancellationToken cancellationToken,
	string Username,
	string Password,
	LdapConfiguration LdapConfiguration = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Username
Type: SystemString
Password
Type: SystemString
LdapConfiguration (Optional)
Type: SolidFire.Element.ApiLdapConfiguration

Return Value

Type: TaskTestLdapAuthenticationResult

Implements

ISolidFireElementTestLdapAuthenticationAsync(CancellationToken, String, String, LdapConfiguration)
See Also