AuthenticationInfo.SecurityToken

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

AuthenticationInfo.SecurityToken

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

Syntax

public IntPtr SecurityToken {get;}

Syntax

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 Communications Server 2007 R2

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

AuthenticationInfo