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