Interface IValidatingPluginLocator
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IValidatingPluginLocator : IPluginLocator, IDisposable
Properties
InvalidDescriptors
This property exposes a list of plug-in descriptors that have failed to validate against the original .sdlplugin package and it's embedded signature.
Declaration
List<IPluginDescriptor> InvalidDescriptors { get; }
Property Value
ValidatedDescriptors
Declaration
List<IPluginDescriptor> ValidatedDescriptors { get; }
Property Value