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.3.0.1000)
Syntax public virtual string? GetCookieAuthenticationScheme(
FederatedAuthenticationProvider provider
)
Public Overridable Function GetCookieAuthenticationScheme (
provider As FederatedAuthenticationProvider
) As String
public:
virtual String^ GetCookieAuthenticationScheme(
FederatedAuthenticationProvider^ provider
)
abstract GetCookieAuthenticationScheme :
provider : FederatedAuthenticationProvider -> string
override GetCookieAuthenticationScheme :
provider : FederatedAuthenticationProvider -> string
Parameters
- provider
- Type: Dundas.BI.AccountServices.ExtensibilityFederatedAuthenticationProvider
The federated authentication provider instance.
Return Value
Type:
StringThe cookie authentication scheme, or
if the default scheme should be used.
Remarks Notes to Implementers |
---|
The default implementation of this method returns . |
See Also