Public Member Functions | |
EncryptionData () | |
EncryptionData (IRpcProtocol protocol, IDictionary< byte, object > encryptData) | |
![]() | |
string | GetErrorMessage () |
Gets a message containing descriptive entries for each missing or invalid paramter. More... | |
Dictionary< byte, object > | ToDictionary () |
Converts all properties flagged with the DataMemberAttribute to a dictionary. More... | |
Static Public Member Functions | |
static uint[] | GetInitialSeqNums (EncryptionData data, byte channelCount) |
static uint[] | GetInitialSeqNums (byte[] sourceArray, byte channelCount) |
Properties | |
byte | EncryptionMode [get, set] |
byte[] | EncryptionSecret [get, set] |
byte[] | AuthSecret [get, set] |
![]() | |
bool | IsValid [get] |
Gets a value indicating whether all operation parameter are initialized. Call the GetErrorMessage method to get a detailed description for all missing parameters. More... | |
Additional Inherited Members | |
![]() | |
DataContract (IRpcProtocol protocol, IDictionary< byte, object > dataMembers) | |
Initializes a new instance of the DataContract class. The params dictionary is mapped to properties flagged with the DataMemberAttribute. Check the IsValid property after creation to determine if all paramters have been initialized correctly. More... | |
DataContract () | |
Initializes a new instance of the DataContract class. More... | |
![]() | |
string | errorMessage |
The error message. More... | |
bool | isValid |
The is valid. More... | |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
getset |
|
getset |
|
getset |