다음을 통해 공유


MetadataSerializer.WriteRoleDescriptorAttributes 메서드

정의

역할 설명자 특성을 씁니다.

protected:
 virtual void WriteRoleDescriptorAttributes(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::RoleDescriptor ^ roleDescriptor);
protected virtual void WriteRoleDescriptorAttributes (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.RoleDescriptor roleDescriptor);
abstract member WriteRoleDescriptorAttributes : System.Xml.XmlWriter * System.IdentityModel.Metadata.RoleDescriptor -> unit
override this.WriteRoleDescriptorAttributes : System.Xml.XmlWriter * System.IdentityModel.Metadata.RoleDescriptor -> unit
Protected Overridable Sub WriteRoleDescriptorAttributes (writer As XmlWriter, roleDescriptor As RoleDescriptor)

매개 변수

writer
XmlWriter

XML 작성기입니다.

roleDescriptor
RoleDescriptor

역할 설명자입니다.

예외

writer이(가) null인 경우

또는

roleDescriptornull인 경우

또는

roleDescriptorProtocolsSupported 속성이 null입니다.

적용 대상