Click or drag to resize
MimeKit

IAuthenticationSecretDetectorDetectSecrets Method

Detect a list of secrets within a buffer.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
IList<AuthenticationSecret> DetectSecrets(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
The buffer.
offset  Int32
The buffer offset.
count  Int32
The length of the buffer.

Return Value

IListAuthenticationSecret
A list of secrets.
Remarks
Detects a list of secrets within a buffer.
See Also