| IServerContextDecodePassword Method |
Decodes an encoded password using supplied arguments.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax string DecodePassword(
string encoded,
string username,
string type
)
Function DecodePassword (
encoded As String,
username As String,
type As String
) As String
Parameters
- encoded
- Type: SystemString
The password to be decoded.
- username
- Type: SystemString
The username used to encoded the password.
- type
- Type: SystemString
The type used to encoded the password.
Return Value
Type:
String
The password decoded using supplied arguments.
Exceptions See Also