Click or drag to resize
IPassphraseAuthentication Interface
The interface for objects that implement passphrase authentication on rebroadcast servers.

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

The IPassphraseAuthentication type exposes the following members.

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