| LimitedUserRemoveExternalLogin 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 RemoveExternalLogOn instead")]
public void RemoveExternalLogin(
int providerID,
string providerKey
)
<ObsoleteAttribute("Use RemoveExternalLogOn instead")>
Public Sub RemoveExternalLogin (
providerID As Integer,
providerKey As String
)
Parameters
- providerID
- Type: SystemInt32
- providerKey
- Type: SystemString
See Also