summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.GetHash(System.Byte[])
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 6.0.")] public static string GetHash( byte[] bytes ) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.0.")> Public Shared Function GetHash ( bytes As Byte() ) As String |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]
parambytesM:DotNetNuke.Common.Utilities.FileSystemUtils.GetHash(System.Byte[])