public void AddStrongNameAssemblyForVerification(string filePath, AssemblyManifest assemblyManifest)
        {
            StrongNameAssemblyComponent component = new StrongNameAssemblyComponent(filePath, assemblyManifest);

            this._verificationComponents.Add(component);
        }
 public void AddStrongNameAssemblyForVerification(string filePath, AssemblyManifest assemblyManifest)
 {
     StrongNameAssemblyComponent component = new StrongNameAssemblyComponent(filePath, assemblyManifest);
     this._verificationComponents.Add(component);
 }