Nevron Open Vision Documentation
Nevron.Nov.Cryptography Namespace / NCryptography Class / ComputeSha256Hash Method


In This Topic
    ComputeSha256Hash Method
    In This Topic
    Computes a SHA256 hash byte array.
    Syntax
    'Declaration
     
    
    Public Shared Function ComputeSha256Hash( _
       ByVal rawData() As System.Byte _
    ) As System.Byte()
    'Usage
     
    
    Dim rawData() As System.Byte
    Dim value() As System.Byte
     
    value = NCryptography.ComputeSha256Hash(rawData)
    public static System.byte[] ComputeSha256Hash( 
       System.byte[] rawData
    )

    Parameters

    rawData
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also