FederatedAuthenticationProtocolGetCookieAuthenticationScheme Method

Gets the cookie authentication scheme for the specified provider.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual string? GetCookieAuthenticationScheme(
	FederatedAuthenticationProvider provider
)

Parameters

provider
Type: Dundas.BI.AccountServices.ExtensibilityFederatedAuthenticationProvider
The federated authentication provider instance.

Return Value

Type: String
The cookie authentication scheme, or if the default scheme should be used.
Remarks
Note Notes to Implementers
The default implementation of this method returns .
See Also