Click or drag to resize
IPassphraseAuthentication Methods

The IPassphraseAuthentication type exposes the following members.

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