WSFederationAuthenticationModule.XmlDictionaryReaderQuotas 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
。