Interface IValidatingPluginLocator
Inherited Members
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IValidatingPluginLocator : IPluginLocator
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
Type | Description |
---|---|
System.Collections.Generic.List<IPluginDescriptor> |
ValidatedDescriptors
Declaration
List<IPluginDescriptor> ValidatedDescriptors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IPluginDescriptor> |