CryptoProviderCacheOptions.SizeLimit Property
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.
Gets or sets the size limit of the cache (in number of items). When the cache reaches 95% of this size, 20% of the least recently used items will be evicted.
public int SizeLimit { get; set; }
member this.SizeLimit : int with get, set
Public Property SizeLimit As Integer