Click or drag to resize

ExternalLogin Constructor (Int32, Int32, String, String)

Initializes a new instance of the ExternalLogin class

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public ExternalLogin(
	int userID,
	int providerID,
	string providerKey,
	string providerUserName
)

Parameters

userID
Type: SystemInt32
providerID
Type: SystemInt32
providerKey
Type: SystemString
providerUserName
Type: SystemString
See Also