Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As SessionSecurityTokenHandler
Dim token As Byte()
Dim tokenResolver As SecurityTokenResolver
Dim returnValue As SecurityToken
returnValue = instance.ReadToken(token, tokenResolver)
|
Syntax
Visual Basic |
Public Overridable Function ReadToken ( _
token As Byte(), _
tokenResolver As SecurityTokenResolver _
) As SecurityToken
|
C# |
public virtual SecurityToken ReadToken (
byte[] token,
SecurityTokenResolver tokenResolver
)
|
C++ |
public:
virtual SecurityToken^ ReadToken (
array<unsigned char>^ token,
SecurityTokenResolver^ tokenResolver
)
|
J# |
public SecurityToken ReadToken (
byte[] token,
SecurityTokenResolver tokenResolver
)
|
JScript |
public function ReadToken (
token : byte[],
tokenResolver : SecurityTokenResolver
) : SecurityToken
|
Parameters
- token
- tokenResolver
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also