WSFederationAuthenticationModule.XmlDictionaryReaderQuotas 属性

定义

获取或设置 XmlDictionaryReaderQuotas 在反序列化 WS-Federation 登录响应消息以获取安全令牌服务(STS)颁发的令牌时要使用的对象。

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 序列化 WS-Federation 登录响应消息以获取安全令牌服务(STS)颁发的令牌时要使用的对象。

例外

尝试设置要发生的属性 null

适用于