Logout Method
Launches a gui workflow to log out of a vault. The workflow gives the user an opportuntiy to optionally login again
Syntax
public static Connection Logout(
Connection conn,
LogoutSettings logoutSettings,
LoginSettings reloginSettings
)Public Shared Function Logout( _
ByVal conn As Connection, _
Optional ByVal logoutSettings As LogoutSettings, _
Optional ByVal reloginSettings As LoginSettings _
) As ConnectionParameters
| Name | Description |
|---|---|
| conn | The connection to log out of |
| logoutSettings | Optional configuration options for the Log out UI. Can be null |
| reloginSettings | Optional configuration options for the Login UI (if the user chooses to relogin after the log out). Can be null |
Return Value
A vault Connection object if the user re-logs in after the log out