| IPassphraseAuthentication Interface |
Namespace: VirtualRadar.Interface.Network
The IPassphraseAuthentication type exposes the following members.
| Name | Description | |
|---|---|---|
| MaximumResponseLength |
Gets the longest response that the class can handle.
(Inherited from IConnectorAuthentication.) | |
| Passphrase |
Gets or sets the passphrase that the class will accept.
|
| Name | Description | |
|---|---|---|
| GetResponseIsComplete |
Returns true if the response passed across is complete. The validity doesn't matter.
(Inherited from IConnectorAuthentication.) | |
| GetResponseIsValid |
Passed a complete response, returns true if the response is valid and false if it does not.
(Inherited from IConnectorAuthentication.) | |
| SendAuthentication |
Returns the bytes that need to be sent to the listening side to authenticate.
(Inherited from IConnectorAuthentication.) |