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 (24.3.0.1000)
Syntax public void SetFederatedAuthenticationProviderIds(
ICollection<string>? providerIds
)
Public Sub SetFederatedAuthenticationProviderIds (
providerIds As ICollection(Of String)
)
public:
void SetFederatedAuthenticationProviderIds(
ICollection<String^>^ providerIds
)
member SetFederatedAuthenticationProviderIds :
providerIds : ICollection<string> -> unit
Parameters
- providerIds
- Type: System.Collections.GenericICollectionString
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