Click or drag to resize
MimeKit

AuthenticationSecret Constructor

Create a new AuthenticationSecret.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public AuthenticationSecret(
	int startIndex,
	int length
)

Parameters

startIndex  Int32
The start index of the secret.
length  Int32
The length of the secret.
Remarks
Creates a new AuthenticationSecret.
See Also