| ExternalLoginGetUserByExternalLogOn Method |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax public static User GetUserByExternalLogOn(
int providerID,
string providerKey
)
Public Shared Function GetUserByExternalLogOn (
providerID As Integer,
providerKey As String
) As User
Parameters
- providerID
- Type: SystemInt32
- providerKey
- Type: SystemString
Return Value
Type:
UserSee Also