Share via


AuthCommandEventArgs.AuthenticationMechanism property

The AuthenticationMechanism property gets or sets the type of authentication that is associated with the event to which the instance of the AuthCommandEventArgs class 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 AuthCommandEventArgs
Dim value As String

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

Property value

Type: System.String

See also

Reference

AuthCommandEventArgs class

AuthCommandEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace