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