Opc.Ua.Core
PSHA256 Method



Opc.Ua Namespace > Utils Class : PSHA256 Method
Generates a Pseudo random sequence of bits using the P_SHA256 alhorithm.
Syntax
'Declaration
 
Public Shared Function PSHA256( _
   ByVal secret() As Byte, _
   ByVal label As String, _
   ByVal data() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As Byte()
'Usage
 
Dim secret() As Byte
Dim label As String
Dim data() As Byte
Dim offset As Integer
Dim length As Integer
Dim value() As Byte
 
value = Utils.PSHA256(secret, label, data, offset, length)
public static byte[] PSHA256( 
   byte[] secret,
   string label,
   byte[] data,
   int offset,
   int length
)

Parameters

secret
label
data
offset
length
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members