Interface IAuthMechanismFactory
public interface IAuthMechanismFactory
Properties
Name
The name of the authentication mechanism, as negotiated on the wire.
string Name { get; }
Property Value
Methods
GetInstance()
Return a new authentication mechanism implementation.
IAuthMechanism GetInstance()