MetadataSerializer.WriteSingleSignOnDescriptorAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the SSO descriptor attributes.
protected:
virtual void WriteSingleSignOnDescriptorAttributes(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::SingleSignOnDescriptor ^ singleSignOnDescriptor);
protected virtual void WriteSingleSignOnDescriptorAttributes (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.SingleSignOnDescriptor singleSignOnDescriptor);
abstract member WriteSingleSignOnDescriptorAttributes : System.Xml.XmlWriter * System.IdentityModel.Metadata.SingleSignOnDescriptor -> unit
override this.WriteSingleSignOnDescriptorAttributes : System.Xml.XmlWriter * System.IdentityModel.Metadata.SingleSignOnDescriptor -> unit
Protected Overridable Sub WriteSingleSignOnDescriptorAttributes (writer As XmlWriter, singleSignOnDescriptor As SingleSignOnDescriptor)
Parameters
- writer
- XmlWriter
The XML writer.
- singleSignOnDescriptor
- SingleSignOnDescriptor
The SSO descriptor.
Exceptions
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.