PolicyEnforcementSecurityTokenCache Members

Represents a cache of security tokens used by policy for outgoing SOAP messages.

The following tables list the members exposed by the PolicyEnforcementSecurityTokenCache type.

Public Properties

  Name Description
public property Count Gets the number of security tokens in the cache.
public property static GlobalCache Gets a security token cache for the current application.
public property IsSynchronized Gets a value indicating whether access to the cache is synchronized (thread safe).
public property SyncRoot Gets an object that can be used to synchronize access to the cache.

Top

Public Methods

  Name Description
public method Add Adds the specified security token to the cache.
public method Clear Removes all the items from the cache.
public method CopyTo Copies the elements of the cache to the specified one-dimensional array starting at the specified index in the array.
public method Equals  (inherited from Object )
public method GetEnumerator Gets an System.Collections.IEnumerator that can iterate through the cache.
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method Remove Removes the specified security token from the cache.
public method ToString  (inherited from Object )

Top

Public Events

  Name Description
public event Changed Occurs when security tokens are added or removed from the cache.

Top

See Also

Reference

PolicyEnforcementSecurityTokenCache Class
Microsoft.Web.Services2.Security.Policy Namespace

Other Resources