Class ExternalMechanismFactory
public class ExternalMechanismFactory : IAuthMechanismFactory
- Inheritance
-
ExternalMechanismFactory
- Implements
- Inherited Members
Properties
Name
The name of the authentication mechanism, as negotiated on the wire.
public string Name { get; }
Property Value
Methods
GetInstance()
Return a new authentication mechanism implementation.
public IAuthMechanism GetInstance()