Saml2SecurityTokenHandler.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::Saml2Statement ^ ReadStatement(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2Statement ReadStatement (System.Xml.XmlReader reader);
abstract member ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Statement
override this.ReadStatement : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2Statement
Protected Overridable Function ReadStatement (reader As XmlReader) As Saml2Statement
Parametry
Zwraca
Element Saml2Statement 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, przesłoń tę metodę.