[TIBCO.EMS .NET Admin client library 7.0 documentation]

Gets an array indicating where users will be authenticated.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public AuthenticationLocation[] UserAuthLocations { get; }
Public ReadOnly Property UserAuthLocations As AuthenticationLocation()
public:
property array<AuthenticationLocation>^ UserAuthLocations {
	array<AuthenticationLocation>^ get ();
}

Return Value

the array or null if no locations have been configured.

Remarks

The order of the array is the order in which the server uses them for authentication.

See Also