MetadataSerializer.ReadRoleDescriptorAttributes 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.
Reads role descriptor attributes.
protected:
virtual void ReadRoleDescriptorAttributes(System::Xml::XmlReader ^ reader, System::IdentityModel::Metadata::RoleDescriptor ^ roleDescriptor);
protected virtual void ReadRoleDescriptorAttributes (System.Xml.XmlReader reader, System.IdentityModel.Metadata.RoleDescriptor roleDescriptor);
abstract member ReadRoleDescriptorAttributes : System.Xml.XmlReader * System.IdentityModel.Metadata.RoleDescriptor -> unit
override this.ReadRoleDescriptorAttributes : System.Xml.XmlReader * System.IdentityModel.Metadata.RoleDescriptor -> unit
Protected Overridable Sub ReadRoleDescriptorAttributes (reader As XmlReader, roleDescriptor As RoleDescriptor)
Parameters
- reader
- XmlReader
The XML reader.
- roleDescriptor
- RoleDescriptor
The role descriptor.
Exceptions
reader
is null
.
-or-
roleDescriptor
is .null
-or-
The ProtocolsSupported property of roleDescriptor
is null
.
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.