Partilhar via


WsFederationConfiguration.XmlDictionaryReaderQuotas Propriedade

Definição

Obtém ou define os valores de cota configuráveis para leitores de dicionário XML usados por esta instância.

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

Valor da propriedade

O objeto que contém os valores de cota configuráveis. O objeto padrão tem a MaxArrayLength propriedade definida como DefaultMaxArrayLength e a MaxStringContentLength propriedade definida como DefaultMaxStringContentLength.

Exceções

Ocorre uma tentativa de definir a propriedade para null.

Aplica-se a

Confira também