SamlSecurityTokenHandler.WriteAttributeStatement 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.
<Zapisuje element saml:AttributeStatement>.
protected:
virtual void WriteAttributeStatement(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SamlAttributeStatement ^ statement);
protected virtual void WriteAttributeStatement (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SamlAttributeStatement statement);
abstract member WriteAttributeStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.SamlAttributeStatement -> unit
override this.WriteAttributeStatement : System.Xml.XmlWriter * System.IdentityModel.Tokens.SamlAttributeStatement -> unit
Protected Overridable Sub WriteAttributeStatement (writer As XmlWriter, statement As SamlAttributeStatement)
Parametry
- statement
- SamlAttributeStatement
Dane do zapisania.
Wyjątki
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.