AuthenticationInfo.TrustedConnection property
Microsoft Office Live Communications Server 2005 with SP1 |
AuthenticationInfo.TrustedConnection
The TrustedConnection property indicates whether the message was received over a trusted connection.
[C#] public Boolean TrustedConnection {get;}
[Visual Basic .NET] Public ReadOnly Property TrustedConnection As Boolean
Remarks
If true
, the message was delivered via a trusted connection (from a domain that requires certificates for user validation); if false
, it was not.
Requirements
Redistributable: Requires Microsoft Office Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)
See Also
What did you think of this topic? |
© 2008 Microsoft Corporation. All rights reserved. |