Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As SessionSecurityTokenHandler Dim value As SecurityTokenCache value = instance.TokenCache instance.TokenCache = value |
Syntax
Visual Basic |
---|
Public Property TokenCache As SecurityTokenCache |
C# |
---|
public SecurityTokenCache TokenCache { get; set; } |
C++ |
---|
public: property SecurityTokenCache^ TokenCache { SecurityTokenCache^ get (); void set (SecurityTokenCache^ value); } |
J# |
---|
/** @property */ public SecurityTokenCache get_TokenCache () /** @property */ public void set_TokenCache (SecurityTokenCache value) |
JScript |
---|
public function get TokenCache () : SecurityTokenCache public function set TokenCache (value : SecurityTokenCache) |
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.