| LimitedUserAddExternalLogin Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax [ObsoleteAttribute("Use AddExternalLogOn instead")]
public void AddExternalLogin(
int providerID,
string providerKey,
string providerUserName
)
<ObsoleteAttribute("Use AddExternalLogOn instead")>
Public Sub AddExternalLogin (
providerID As Integer,
providerKey As String,
providerUserName As String
)
Parameters
- providerID
- Type: SystemInt32
- providerKey
- Type: SystemString
- providerUserName
- Type: SystemString
See Also