| IAuthenticationSecretDetectorDetectSecrets Method |
Detect a list of secrets within a buffer.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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
IListAuthenticationSecretA list of secrets.
Remarks
Detects a list of secrets within a buffer.
See Also