Open this page in the API Guide

ExternalAccount.SetFederatedAuthenticationProviderIds 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 (25.1.0.1000)
Syntax
public void SetFederatedAuthenticationProviderIds(
	ICollection<string>? providerIds
)

Parameters

providerIds
Type: System.Collections.Generic.ICollection<String>
A collection containing the IDs of any federated authentication providers that can be used for the account, or null to indicate that any provider may be used.
See Also