7 references to CMS_HASH_TRANSFORM
System.Deployment (7)
System\Deployment\Application\ComponentVerifier.cs (4)
16protected static CMS_HASH_TRANSFORM[] _supportedTransforms; 22public static CMS_HASH_TRANSFORM[] VerifiableTransformTypes { get; } 24public static byte[] GenerateDigestValue(string filePath, CMS_HASH_DIGESTMETHOD digestMethod, CMS_HASH_TRANSFORM transform); 26public static Stream GetTransformedStream(string filePath, CMS_HASH_TRANSFORM transform);
System\Deployment\Application\Hash.cs (2)
11public Hash(byte[] digestValue, CMS_HASH_DIGESTMETHOD digestMethod, CMS_HASH_TRANSFORM transform); 16public CMS_HASH_TRANSFORM Transform { get; }
System\Deployment\Application\HashCollection.cs (1)
18public void AddHash(byte[] digestValue, CMS_HASH_DIGESTMETHOD digestMethod, CMS_HASH_TRANSFORM transform);