WsFederationConfiguration.XmlDictionaryReaderQuotas 属性

定义

获取或设置此实例使用的 XML 字典读取器的可配置配额值。Gets or sets the configurable quota values for XML dictionary readers used by this instance.

public:
 property System::Xml::XmlDictionaryReaderQuotas ^ XmlDictionaryReaderQuotas { System::Xml::XmlDictionaryReaderQuotas ^ get(); void set(System::Xml::XmlDictionaryReaderQuotas ^ value); };
public System.Xml.XmlDictionaryReaderQuotas XmlDictionaryReaderQuotas { get; set; }
member this.XmlDictionaryReaderQuotas : System.Xml.XmlDictionaryReaderQuotas with get, set
Public Property XmlDictionaryReaderQuotas As XmlDictionaryReaderQuotas

属性值

XmlDictionaryReaderQuotas

包含可配置配额值的对象。The object that contains the configurable quota values. 默认对象具有 MaxArrayLength 属性设置为 DefaultMaxArrayLengthMaxStringContentLength 属性设置为 DefaultMaxStringContentLengthThe default object has the MaxArrayLength property set to DefaultMaxArrayLength and the MaxStringContentLength property set to DefaultMaxStringContentLength.

例外

尝试将该属性设置为 nullAn attempt to set the property to null occurs.

适用于

另请参阅