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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.