Click or drag to resize
IConnectorAuthentication Interface
The interface for all authentication classes.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConnectorAuthentication

The IConnectorAuthentication type exposes the following members.

Properties
  NameDescription
Public propertyMaximumResponseLength
Gets the longest response that the class can handle.
Top
Methods
  NameDescription
Public methodGetResponseIsComplete
Returns true if the response passed across is complete. The validity doesn't matter.
Public methodGetResponseIsValid
Passed a complete response, returns true if the response is valid and false if it does not.
Public methodSendAuthentication
Returns the bytes that need to be sent to the listening side to authenticate.
Top
See Also