| ExternalLoginGetExternalLogin Method (Int32, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax [ObsoleteAttribute("Use GetLogOn instead.")]
public static ExternalLogin GetExternalLogin(
int proiderID,
string providerKey
)
<ObsoleteAttribute("Use GetLogOn instead.")>
Public Shared Function GetExternalLogin (
proiderID As Integer,
providerKey As String
) As ExternalLogin
Parameters
- proiderID
- Type: SystemInt32
- providerKey
- Type: SystemString
Return Value
Type:
ExternalLoginSee Also