Click or drag to resize
MimeKit

ProtocolLoggerRedactSecrets Property

Get or set whether or not authentication secrets should be redacted.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool RedactSecrets { get; set; }

Property Value

Boolean
true if authentication secrets should be redacted; otherwise, false.
Remarks
Gets or sets whether or not authentication secrets should be redacted.
See Also