Share via


AuthenticationInfo.ConnectionAuthorizationEnabled

The ConnectionAuthorizationEnabled property indicates whether authorization is enabled for the connection by which the message arrived.

public Boolean ConnectionAuthorizationEnabled {get;}

Public ReadOnly Property ConnectionAuthorizationEnabled As Boolean

Remarks

If true, authorization is enabled for the message's connection; if false, it is not.

Requirements

Redistributable: Requires Microsoft Office Live Communications Server 2005.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

AuthenticationInfo