SamlSecurityTokenHandler.ReadStatement(XmlReader) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Odczytuje <element saml:Statement> .
protected:
virtual System::IdentityModel::Tokens::SamlStatement ^ ReadStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.SamlStatement ReadStatement (System.Xml.XmlReader reader);
abstract member ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlStatement
override this.ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.SamlStatement
Protected Overridable Function ReadStatement (reader As XmlReader) As SamlStatement
Parametry
Zwraca
Element SamlStatement reprezentujący element Instrukcji, który został odczytany.
Wyjątki
reader
to null
.
Uwagi
Domyślna implementacja obsługuje tylko elementy instrukcji, które określają xsi:type saml:AttributeStatementType, saml:AuthnStatementType i saml:AuthzDecisionStatementType. Aby obsłużyć instrukcje niestandardowe, zastąp tę metodę.