AuthenticationInfo.SecurityToken property

 
Microsoft Office Live Communications Server 2005 with SP1

AuthenticationInfo.SecurityToken

The SecurityToken property contains a Win32 handle for the security token of the message sender as an IntPtr.

[C#]public IntPtr SecurityToken {get;}
[Visual Basic .NET]Public ReadOnly Property SecurityToken As IntPtr

Remarks

This property returns a raw Win32 handle to the security token of the message sender. The handle is duplicated every time this property is retrieved, so the caller is responsible for closing the handle, or passing it to a class constructor such as WindowsIdentity that takes on this responsibility.

Requirements

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

See Also

AuthenticationInfo

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.