Opc.Ua.Core
GetThumbprintBytes Method



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