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