AssemblyName.HashAlgorithm Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the hash algorithm used by the assembly manifest.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Property HashAlgorithm As AssemblyHashAlgorithm
public AssemblyHashAlgorithm HashAlgorithm { get; set; }

Property Value

Type: System.Configuration.Assemblies..::.AssemblyHashAlgorithm
The hash algorithm used by the assembly manifest.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

AssemblyName Class

System.Reflection Namespace