IdeaBlade DevForce 2010 Help Reference
SessionBundle Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : SessionBundle Class



Internal use only. Used by the framework to uniquely identify a client session and authenticate communications with the EntityServer.

Object Model

SessionBundle ClassSessionBundle Class

Syntax

Visual Basic (Declaration) 
<KnownTypeAttribute(MethodName="", Type=System.Security.Principal.GenericIdentity)>
<KnownTypeAttribute(MethodName="", Type=IdeaBlade.EntityModel.UserBase)>
<KnownTypeAttribute(MethodName="", Type=System.Security.Principal.WindowsIdentity)>
<KnownTypeAttribute(MethodName="", Type=System.Security.Principal.WindowsPrincipal)>
<DataContractAttribute()>
<KnownTypeAttribute(MethodName="", Type=System.Security.Principal.GenericPrincipal)>
Public Class SessionBundle 
Visual Basic (Usage)Copy Code
Dim instance As SessionBundle
C# 
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.GenericIdentity)]
[KnownTypeAttribute(MethodName="", Type=IdeaBlade.EntityModel.UserBase)]
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.WindowsIdentity)]
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.WindowsPrincipal)]
[DataContractAttribute()]
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.GenericPrincipal)]
public class SessionBundle 
C++/CLI 
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.GenericIdentity)]
[KnownTypeAttribute(MethodName="", Type=IdeaBlade.EntityModel.UserBase)]
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.WindowsIdentity)]
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.WindowsPrincipal)]
[DataContractAttribute()]
[KnownTypeAttribute(MethodName="", Type=System.Security.Principal.GenericPrincipal)]
public ref class SessionBundle 

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.SessionBundle

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.