WSFederationAuthenticationModule.XmlDictionaryReaderQuotas 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取设置序列化 WS-Federation 响应消息以获取安全令牌服务 (STS) 使用的令牌时要使用的 XmlDictionaryReaderQuotas 对象。
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
属性值
序列化 WS-Federation 响应消息以获取安全标记服务 (STS) 使用的标记时要使用的 XmlDictionaryReaderQuotas 对象。
例外
尝试将该属性设置为 null
。