| ExternalLogin Constructor (Int32, Int32, String, String) |
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
)
Public Sub New (
userID As Integer,
providerID As Integer,
providerKey As String,
providerUserName As String
)
Parameters
- userID
- Type: SystemInt32
- providerID
- Type: SystemInt32
- providerKey
- Type: SystemString
- providerUserName
- Type: SystemString
See Also