7 references to CMS_HASH_DIGESTMETHOD
System.Deployment (7)
System\Deployment\Application\ComponentVerifier.cs (4)
15
protected static
CMS_HASH_DIGESTMETHOD
[] _supportedDigestMethods;
21
public static
CMS_HASH_DIGESTMETHOD
[] VerifiableDigestMethods { get; }
24
public static byte[] GenerateDigestValue(string filePath,
CMS_HASH_DIGESTMETHOD
digestMethod, CMS_HASH_TRANSFORM transform);
25
public static HashAlgorithm GetHashAlgorithm(
CMS_HASH_DIGESTMETHOD
digestMethod);
System\Deployment\Application\Hash.cs (2)
11
public Hash(byte[] digestValue,
CMS_HASH_DIGESTMETHOD
digestMethod, CMS_HASH_TRANSFORM transform);
14
public
CMS_HASH_DIGESTMETHOD
DigestMethod { get; }
System\Deployment\Application\HashCollection.cs (1)
18
public void AddHash(byte[] digestValue,
CMS_HASH_DIGESTMETHOD
digestMethod, CMS_HASH_TRANSFORM transform);