ExternalAccountSetFederatedAuthenticationProviderIds Method

Sets the federated authentication provider IDs.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void SetFederatedAuthenticationProviderIds(
	ICollection<string>? providerIds
)

Parameters

providerIds  ICollectionString
A collection containing the IDs of any federated authentication providers that can be used for the account, or to indicate that any provider may be used.
See Also