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



key
endpointId
contextId
keyGeneration
value
expiryTime

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub SetSessionToken( _
   ByVal key As String, _
   ByVal endpointId As String, _
   ByVal contextId As String, _
   ByVal keyGeneration As String, _
   ByVal value() As Byte, _
   ByVal expiryTime As Date _
) 
Visual Basic (Usage) Copy Code
Dim instance As ClaimsManagement
Dim key As String
Dim endpointId As String
Dim contextId As String
Dim keyGeneration As String
Dim value() As Byte
Dim expiryTime As Date
 
instance.SetSessionToken(key, endpointId, contextId, keyGeneration, value, expiryTime)

Parameters

key
endpointId
contextId
keyGeneration
value
expiryTime

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