C# Class TripleSoftware.Sasl.SaslFactory

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

Méthodes publiques

Méthode 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 méthode

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

Make() public méthode

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

SaslFactory() public méthode

public SaslFactory ( ) : System
Résultat System