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 (26.2.0.1000)
Syntax
public virtual string? GetCookieAuthenticationScheme(
	FederatedAuthenticationProvider provider
)

Parameters

provider  FederatedAuthenticationProvider
The federated authentication provider instance.

Return Value

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