Click or drag to resize
MimeKit

AuthenticationSecretLength Property

Get the length of the secret within a buffer.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public int Length {
	get;
 }

Property Value

Int32
The length of the secret.
Remarks
Gets the length of the secret within a buffer.
See Also