Click or drag to resize
MimeKit

AuthenticationSecret Structure

An authentication secret.
Inheritance Hierarchy
SystemObject
  SystemValueType
    MailKitAuthenticationSecret

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public struct AuthenticationSecret

The AuthenticationSecret type exposes the following members.

Constructors
 NameDescription
Public methodAuthenticationSecret Create a new AuthenticationSecret.
Top
Properties
 NameDescription
Public propertyLength Get the length of the secret within a buffer.
Public propertyStartIndex Get the starting offset of the secret within a buffer.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Remarks
An authentication secret.
See Also