Compartir a través de


EndOfAuthenticationEventArgs.AuthenticationMechanism Property

The AuthenticationMechanism property gets or sets the type of authentication that is associated with the event to which the instance of EndOfAuthenticationEventArgs was passed.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Property AuthenticationMechanism As String
    Get
    Friend Set
'Usage
Dim instance As EndOfAuthenticationEventArgs
Dim value As String

value = instance.AuthenticationMechanism
public string AuthenticationMechanism { get; internal set; }

Property Value

Type: System.String