Opc.Ua.Core
GetThumbprintString Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : GetThumbprintString Method
Returns the thumbprint as a uppercase string.
Syntax
'Declaration
 
Protected Shared Function GetThumbprintString( _
   ByVal thumbprint() As Byte _
) As String
'Usage
 
Dim thumbprint() As Byte
Dim value As String
 
value = UaSCUaBinaryChannel.GetThumbprintString(thumbprint)
protected static string GetThumbprintString( 
   byte[] thumbprint
)
protected:
static String^ GetThumbprintString( 
   array<byte>^ thumbprint
) 

Parameters

thumbprint
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

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members