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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.