Unit
ScSMTPClient
Description
TScSASLCRAMSHA1 is a TScSASLUserPassMechanism descendant that implements the CRAM-SHA1 SASL mechanism.
CRAM-SHA1 is challenge-response authentication mechanism (CRAM) that is based on hashing using the CRAM-SHA1 algorithm.
The username and password can be specified in the appropriate properties, Username and Password.
The ServiceName method of this class returns the 'CRAM-SHA1' value.
See also