11 references to HashCollection
System.Deployment (11)
System\Deployment\Application\ComponentVerifier.cs (5)
28public static bool IsVerifiableHashCollection(HashCollection hashCollection); 30public static void VerifyFileHash(string filePath, HashCollection hashCollection); 34public void AddFileForVerification(string filePath, HashCollection verificationHashCollection); 42protected HashCollection _hashCollection; 44public FileComponent(string filePath, HashCollection hashCollection);
System\Deployment\Application\FileDownloader.cs (3)
33public void AddFile(Uri sourceUri, string targetFilePath, object cookie, HashCollection hashCollection); 34public void AddFile(Uri sourceUri, string targetFilePath, object cookie, HashCollection hashCollection, int maxFileSize); 50public HashCollection _hashCollection;
System\Deployment\Application\HashCollection.cs (1)
23public HashEnumerator(HashCollection hashCollection);
System\Deployment\Application\Manifest\DependentAssembly.cs (1)
18public HashCollection HashCollection { get; }
System\Deployment\Application\Manifest\File.cs (1)
16public HashCollection HashCollection { get; }