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