C# Class TripleSoftware.Sasl.SaslFactory

Factory class that makes sasl Iathenticator classes. Also check wether sasl mechanism is supported
Show file Open project: rckoenes/Sasl.NET Class Usage Examples

Public Methods

Method Description
HasSupport ( string mechanism ) : bool

Check wether we have support for this sasl type

Make ( string mechanism ) : ASaslMechanism

Let the factory maken a new mecahnism by its name

SaslFactory ( ) : System

Method Details

HasSupport() public method

Check wether we have support for this sasl type
public HasSupport ( string mechanism ) : bool
mechanism string
return bool

Make() public method

Let the factory maken a new mecahnism by its name
public Make ( string mechanism ) : ASaslMechanism
mechanism string Sasl mechanism name to make
return TripleSoftware.Sasl.Mechanism.ASaslMechanism

SaslFactory() public method

public SaslFactory ( ) : System
return System