GetSessionTokens Method
See Also 
SourceCode.Security.Claims Namespace > ClaimsManagement Class : GetSessionTokens Method



endpointId
contextId

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetSessionTokens( _
   ByVal endpointId As String, _
   ByVal contextId As String _
) As IEnumerable(Of Byte())
Visual Basic (Usage) Copy Code
Dim instance As ClaimsManagement
Dim endpointId As String
Dim contextId As String
Dim value As IEnumerable(Of Byte())
 
value = instance.GetSessionTokens(endpointId, contextId)
C#  
public IEnumerable<byte[]> GetSessionTokens( 
   string endpointId,
   string contextId
)
C++/CLI  
public:
IEnumerable<array<byte>>^ GetSessionTokens( 
   String^ endpointId,
   String^ contextId
) 

Parameters

endpointId
contextId

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