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) | ![]() |
---|---|
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) |
C# | |
---|---|
public void SetSessionToken( string key, string endpointId, string contextId, string keyGeneration, byte[] value, DateTime expiryTime ) |
C++/CLI | |
---|---|
public: void SetSessionToken( String^ key, String^ endpointId, String^ contextId, String^ keyGeneration, array<byte>^ value, DateTime expiryTime ) |
Parameters
- key
- endpointId
- contextId
- keyGeneration
- value
- expiryTime
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