MailKit Documentation
MailKit Documentation
API Reference
MailKit
AuthenticationSecret Structure
AuthenticationSecret Constructor
AuthenticationSecret Properties
AuthenticationSecret Methods
Authentication
Secret Constructor
Create a new
AuthenticationSecret
.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
Reference
AuthenticationSecret Structure
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast