Search Results for

    Show / Hide Table of Contents

    Interface IValidatingPluginLocator

    Inherited Members
    IPluginLocator.GetPluginDescriptors()
    IDisposable.Dispose()
    Namespace: Sdl.Core.PluginFramework
    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
    Type Description
    List<IPluginDescriptor>

    ValidatedDescriptors

    Declaration
    List<IPluginDescriptor> ValidatedDescriptors { get; }
    Property Value
    Type Description
    List<IPluginDescriptor>
    In this article
    • Properties
      • InvalidDescriptors
      • ValidatedDescriptors
    Back to top Generated by DocFX