| LogOnHandlerGetLoginToken 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