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