WSFederationAuthenticationModule.XmlDictionaryReaderQuotas プロパティ

定義

セキュリティ トークン サービス (STS) によって発行されたトークンを取得するためにサインイン応答メッセージ WS-Federation 逆シリアル化するときに使用する 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 に設定しようとすると発生します。

適用対象