| AuthenticationSecretLength Property |
Get the length of the secret within a buffer.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public int Length {
get;
}
Property Value
Int32The length of the secret.
Remarks
Gets the length of the secret within a buffer.
See Also