wodSmtpServer ActiveX Control - CramSecret Property
CramSecret Property
(SmtpUser)
Description
Returns seed challenge for CRAM authentication.
Property type
A String value.
Syntax
object.CramSecret
The CramSecret Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type SmtpUser.
Remarks
This is readonly property that is used with CramMD5
authentication only. It is a string sequence sent to the client on
which he needs to perform several operations and return back to
properly authenticate.
CalcCramMD5
method already use this property value internally, but we provided
it in case you want to perform different calculations in
Authenticate event.