C# Class Wv.Dbus.SaslAuthCtx

Mostra file Open project: apenwarr/versaplex

Protected Properties

Property Type Description
conn WvDbus

Public Methods

Method Description
Aborted ( ) : void
Completed ( ) : void
Data ( byte response, byte &challenge ) : SaslMechResponse

Protected Methods

Method Description
SaslAuthCtx ( WvDbus conn ) : System

Method Details

Aborted() public method

public Aborted ( ) : void
return void

Completed() public method

public Completed ( ) : void
return void

Data() public abstract method

public abstract Data ( byte response, byte &challenge ) : SaslMechResponse
response byte
challenge byte
return SaslMechResponse

SaslAuthCtx() protected method

protected SaslAuthCtx ( WvDbus conn ) : System
conn WvDbus
return System

Property Details

conn protected_oe property

protected WvDbus conn
return WvDbus