| IAuthenticationWithCredentialsRestoreSession Method |
Namespace:
Dynamicweb.Security.UserManagement.ExternalAuthentication
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax void RestoreSession(
string username,
string password
)
Sub RestoreSession (
username As String,
password As String
)
Parameters
- username
- Type: SystemString
- password
- Type: SystemString
See Also