Method | Description | |
---|---|---|
EnableDebugger2Tag ( ) : System |
Creates a new EnableDebugger2Tag instance.
|
|
EnableDebugger2Tag ( string password ) : System |
Creates a new EnableDebugger2Tag instance.
|
|
EncryptPasswordToMD5 ( string originalPassword ) : void |
Encrypts the password with MD5 algorithm.
|
|
GetSizeOf ( ) : int |
Gets the size of.
|
|
ReadData ( byte version, |
see
|
|
Serialize ( |
Serializes the specified writer.
|
|
UpdateData ( byte version ) : void |
see
|
public EnableDebugger2Tag ( string password ) : System | ||
password | string | md5 encrypted password |
return | System |
public EncryptPasswordToMD5 ( string originalPassword ) : void | ||
originalPassword | string | Original password. |
return | void |
public ReadData ( byte version, |
||
version | byte | |
binaryReader | ||
return | void |
public Serialize ( |
||
writer | Writer. | |
return | void |