SecurityLoadingLimits Properties
Base class that specifies the limits for loading security-sensitive documents.| Name | Description |
|---|---|
| MaxFileSize | Gets or sets the maximum file size that can be loaded, in bytes. |
| MaxXmlElementCount | Gets or sets the maximum number of XML elements that can be loaded. |
| MaxXmlElementDepth | Gets or sets the maximum depth of XML elements that can be loaded. |
See Also