Method | Description | |
---|---|---|
RequestMessagePassword ( ServiceName serviceName, string username, byte password ) |
Initializes a new instance of the RequestMessagePassword class.
|
|
RequestMessagePassword ( ServiceName serviceName, string username, byte password, byte newPassword ) |
Initializes a new instance of the RequestMessagePassword class.
|
Method | Description | |
---|---|---|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public RequestMessagePassword ( ServiceName serviceName, string username, byte password ) | ||
serviceName | ServiceName | Name of the service. |
username | string | Authentication username. |
password | byte | Authentication password. |
public RequestMessagePassword ( ServiceName serviceName, string username, byte password, byte newPassword ) | ||
serviceName | ServiceName | Name of the service. |
username | string | Authentication username. |
password | byte | Authentication password. |
newPassword | byte | New authentication password. |