Hash Constructor (Int32, String) |
Creates a new object.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Hash(
int version,
string password
)
Public Sub New (
version As Integer,
password As String
)
public:
Hash(
int version,
String^ password
)
new :
version : int *
password : string -> Hash
Parameters
- version
- Type: SystemInt32
- password
- Type: SystemString
See Also