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



Opc.Ua Namespace > Utils.Nonce Class : GetNonceLength Method
Returns the length of the symmetric encryption key for a security policy.
Syntax
'Declaration
 
Public Shared Function GetNonceLength( _
   ByVal securityPolicyUri As String _
) As UInteger
'Usage
 
Dim securityPolicyUri As String
Dim value As UInteger
 
value = Utils.Nonce.GetNonceLength(securityPolicyUri)
public static uint GetNonceLength( 
   string securityPolicyUri
)
public:
static uint GetNonceLength( 
   String^ securityPolicyUri
) 

Parameters

securityPolicyUri
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