AssemblyAlgorithmIdAttribute Constructor (UInt32)
Collapse the table of content
Expand the table of content

AssemblyAlgorithmIdAttribute Constructor (UInt32)

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

Initializes a new instance of the AssemblyAlgorithmIdAttribute class with the specified hash algorithm, using an unsigned integer to represent the hash algorithm.

This API is not CLS-compliant. 

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

'Declaration
<CLSCompliantAttribute(False)> _
Public Sub New ( _
	algorithmId As UInteger _
)

Parameters

algorithmId
Type: System.UInt32
An unsigned integer representing the hash algorithm.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft