Opc.Ua.Core
CreateNonce Method (Utils.Nonce)



Opc.Ua Namespace > Utils.Nonce Class : CreateNonce Method
Generates a Nonce for cryptographic functions.
Syntax
'Declaration
 
Public Shared Function CreateNonce( _
   ByVal length As UInteger _
) As Byte()
'Usage
 
Dim length As UInteger
Dim value() As Byte
 
value = Utils.Nonce.CreateNonce(length)
public static byte[] CreateNonce( 
   uint length
)
public:
static array<byte>^ CreateNonce( 
   uint length
) 

Parameters

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.Nonce Class
Utils.Nonce Members