|
PcapPlusPlus
25.05
|
#include <LdapLayer.h>
Public Member Functions | |
| bool | operator== (const SaslAuthentication &other) const |
| bool | operator!= (const SaslAuthentication &other) const |
Public Attributes | |
| std::string | mechanism |
| The SASL mechanism. | |
| std::vector< uint8_t > | credentials |
| Encoded SASL credentials. | |
A struct to represent SASL authentication
|
inline |
Inequality operator overload for this struct
| [in] | other | The value to compare with |
|
inline |
Equality operator overload for this struct
| [in] | other | The value to compare with |