Udostępnij za pośrednictwem


Saml2SecurityTokenHandler.ReadProxyRestriction(XmlReader) Metoda

Definicja

Odczytuje <element saml:ProxyRestriction> lub <saml:Condition> , który określa xsi:type saml:ProxyRestrictionType.

protected:
 virtual System::IdentityModel::Tokens::Saml2ProxyRestriction ^ ReadProxyRestriction(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2ProxyRestriction ReadProxyRestriction (System.Xml.XmlReader reader);
abstract member ReadProxyRestriction : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2ProxyRestriction
override this.ReadProxyRestriction : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2ProxyRestriction
Protected Overridable Function ReadProxyRestriction (reader As XmlReader) As Saml2ProxyRestriction

Parametry

reader
XmlReader

Element XmlReader umieszczony w celu odczytania.

Zwraca

Element Saml2ProxyRestriction reprezentujący odczytywany element.

Wyjątki

reader to null.

Uwagi

W domyślnej implementacji maksymalna wartość atrybutu Count jest ograniczona do wartości Int32.MaxValue.

Dotyczy