Click or drag to resize
MimeKit

IProtocolLoggerAuthenticationSecretDetector Property

Get or set the authentication secret detector.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
IAuthenticationSecretDetector AuthenticationSecretDetector { get; set; }

Property Value

IAuthenticationSecretDetector
The authentication secret detector.
Remarks
Gets or sets the authentication secret detector.
See Also