MetadataSerializer.CreateEntityDescriptorInstance 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.
Creates an entity descriptor.
protected:
virtual System::IdentityModel::Metadata::EntityDescriptor ^ CreateEntityDescriptorInstance();
protected virtual System.IdentityModel.Metadata.EntityDescriptor CreateEntityDescriptorInstance ();
abstract member CreateEntityDescriptorInstance : unit -> System.IdentityModel.Metadata.EntityDescriptor
override this.CreateEntityDescriptorInstance : unit -> System.IdentityModel.Metadata.EntityDescriptor
Protected Overridable Function CreateEntityDescriptorInstance () As EntityDescriptor
Returns
The entity descriptor.
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.