NonceCache.CacheSize 属性

定义

获取或设置指定为缓存可以包含的 nonce 数的缓存的最大大小。

public:
 property int CacheSize { int get(); void set(int value); };
public int CacheSize { get; set; }
member this.CacheSize : int with get, set
Public Property CacheSize As Integer

属性值

指定为缓存可以包含的 nonces 数的缓存的最大大小。

例外

尝试设置小于零的值。

适用于