ExternalAccountFederatedAuthenticationProviderIds Property

Gets a collection containing the IDs of any federated authentication providers that can be used in conjunction with the account.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ISet<string>? FederatedAuthenticationProviderIds { get; }

Property Value

Type: ISetString
The collection of federated authentication provider IDs, or if any provider can be used.
See Also