Internet Direct (Indy)
|
Service name for the SASL authentication mechanism.
class function ServiceName: TIdSASLServiceName; override;
TIdSASLServiceName - Service name for the SASL authentication mechanism.
ServiceName is an overridden TIdSASLServiceName class function that indicates the service name for the SASL authentication mechanism.
SASL mechanism names must be registered with the IANA. The current list of registered SASL mechanisms can be located at:
IANA Official Simple Authentication and Security Layer Mechanisms
In TIdSASLExternal, ServiceName returns the value:
EXTERNAL
ServiceName is used in IsAuthProtocolAvailable to ddetermine if the current SASL authentication mechanism can be found in a list of supported authentication mechanisms.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |