Share via


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

See also

Reference

EndOfAuthenticationEventArgs class

EndOfAuthenticationEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace