AuthenticationInfo.MtlsConnection

The MtlsConnection property indicates whether the message was received over a Mutually authenticated Transport Layer Security (MTLS) connection.

Syntax

  Copy imageCopy Code
public Boolean MtlsConnection {get;}

Syntax

  Copy imageCopy Code
Public ReadOnly Property MtlsConnection As Boolean

Remarks

If true, the message was received over an MTLS connection; if false, it was not.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also