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 (25.3.0.1000)
Syntaxpublic string? FederatedAuthenticationProviderId { get; }Public ReadOnly Property FederatedAuthenticationProviderId As String
	Get
public:
property String^ FederatedAuthenticationProviderId {
	String^ get ();
}member FederatedAuthenticationProviderId : string with get
Property Value
Type: 
String
            The ID of the federated authentication provider which created the session, or 
 if the session
            was not created using federated authentication.
            
See Also