AuthenticationProviderInfo Constructor

Provides information about an authentication provider.

Definition

Namespace: Gemstone.Web.Security
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.174 -- Release Build+4903e853d632f4178b361297fed9e7f870e70f49
public AuthenticationProviderInfo(
	string identity,
	string scheme
)

Parameters

identity  String
The identity of the provider
scheme  String
The scheme used by the provider to authenticate users

See Also