DevForce Help Reference
AuthenticationContext Constructor


Creates an instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sessionKey As Guid, _
   ByVal principal As IPrincipal, _
   ByVal extendedPropertyMap As Dictionary(Of String,Object) _
)
'Usage
 
Dim sessionKey As Guid
Dim principal As IPrincipal
Dim extendedPropertyMap As Dictionary(Of String,Object)
 
Dim instance As New AuthenticationContext(sessionKey, principal, extendedPropertyMap)

Parameters

sessionKey
principal
extendedPropertyMap
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AuthenticationContext Class
AuthenticationContext Members

Send Feedback