Property | Type | Description | |
---|---|---|---|
KeySize | |||
LogonManager | ILogonManager |
Method | Description | |
---|---|---|
Authenticate ( |
Authenticates the connection
|
|
IncomingMessage ( |
Handles incoming messages
|
Method | Description | |
---|---|---|
Create ( |
Creates a new message
|
|
ExceptionHandle ( |
Handles exceptions
|
|
ReceiveActiveVerification ( |
Receives active party verification
|
|
ReceiveAuthenticate ( |
Receives authentication
|
|
ReceiveFromExpired ( |
Receives expired
|
|
ReceivePassiveVerification ( |
Recieves passive verification
|
|
ReceiveResponse ( |
Receives authentication response
|
public static Authenticate ( |
||
connection | Connection to authenticate | |
username | String | Username |
password | String | Password |
data | Byte | Additional data to send |
return | void |
public static IncomingMessage ( |
||
message | ||
return | Handshake.Contents |