6 references to DefaultQuotas
System.IdentityModel.Selectors (6)
infocard\client\System\IdentityModel\Selectors\CardSpaceSelector.cs (6)
85DefaultQuotas.MaxDepth = 32; // max depth of elements 86DefaultQuotas.MaxStringContentLength = 8192; // maximum string read 87DefaultQuotas.MaxArrayLength = 20 * 1024 * 1024; // maximum byte array 88DefaultQuotas.MaxBytesPerRead = 4096; // max start element tag 89DefaultQuotas.MaxNameTableCharCount = 16384; // max size of name table 370rootbytes, 0, rootbytes.GetLength(0), null, DefaultQuotas, null);