SessionFederatedAuthenticationProviderId Property

Gets the ID of the federated authentication provider which created the session.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public string? FederatedAuthenticationProviderId { get; }

Property Value

String
The ID of the federated authentication provider which created the session, or if the session was not created using federated authentication.
See Also