mscorlib(4.0.0.0) API with additions
|
Classes | |
struct | AssemblyHash |
Represents a hash of an assembly manifest's contents. More... | |
Enumerations | |
enum | AssemblyHashAlgorithm { AssemblyHashAlgorithm.None = 0, AssemblyHashAlgorithm.MD5 = 32771, AssemblyHashAlgorithm.SHA1 = 32772, AssemblyHashAlgorithm.SHA256 = 32780, AssemblyHashAlgorithm.SHA384 = 32781, AssemblyHashAlgorithm.SHA512 = 32782 } |
Specifies all the hash algorithms used for hashing files and for generating the strong name. More... | |
enum | AssemblyVersionCompatibility { AssemblyVersionCompatibility.SameMachine = 1, AssemblyVersionCompatibility.SameProcess, AssemblyVersionCompatibility.SameDomain } |
Defines the different types of assembly version compatibility. This feature is not available in version 1.0 of the .NET Framework. More... | |
Specifies all the hash algorithms used for hashing files and for generating the strong name.
Definition at line 8 of file AssemblyHashAlgorithm.cs.
Defines the different types of assembly version compatibility. This feature is not available in version 1.0 of the .NET Framework.
Definition at line 8 of file AssemblyVersionCompatibility.cs.