| ProtocolLoggerRedactSecrets Property |
Get or set whether or not authentication secrets should be redacted.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool RedactSecrets { get; set; }
Property Value
Booleantrue if authentication secrets should be redacted; otherwise,
false.
Remarks
Gets or sets whether or not authentication secrets should be redacted.
See Also