SecurityContextSecurityTokenResolver.AddContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a security context security token to the token cache.
public:
virtual void AddContext(System::ServiceModel::Security::Tokens::SecurityContextSecurityToken ^ token);
public void AddContext (System.ServiceModel.Security.Tokens.SecurityContextSecurityToken token);
abstract member AddContext : System.ServiceModel.Security.Tokens.SecurityContextSecurityToken -> unit
override this.AddContext : System.ServiceModel.Security.Tokens.SecurityContextSecurityToken -> unit
Public Sub AddContext (token As SecurityContextSecurityToken)
Parameters
The security context token.
Implements
Exceptions
The RemoveOldestTokensOnCacheFull property is false
and the cache capacity has been reached or exceeded.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.