Click or drag to resize

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
)

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
ExceptionCondition
ArgumentNullException An argument is null.
See Also