| LoginHandlerGetLoginToken Method |
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static string GetLoginToken(
string userName,
string password
)
Public Shared Function GetLoginToken (
userName As String,
password As String
) As String
Parameters
- userName
- Type: SystemString
- password
- Type: SystemString
Return Value
Type:
StringSee Also