Click or drag to resize
MimeKit

IAuthenticationSecretDetector Interface

An interface for detecting authentication secrets.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public interface IAuthenticationSecretDetector

The IAuthenticationSecretDetector type exposes the following members.

Methods
 NameDescription
Public methodDetectSecrets Detect a list of secrets within a buffer.
Top
Remarks
An interface for detecting authentication secrets.
See Also