Xceed .NET Libraries Documentation
GetHostKeyMD5FingerprintString(Byte[],Int32,Int32) Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SSHHostKeyUtils Class > GetHostKeyMD5FingerprintString Method : GetHostKeyMD5FingerprintString(Byte[],Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function GetHostKeyMD5FingerprintString( _
   ByVal hostKey() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As String
'Usage
 
Dim hostKey() As Byte
Dim offset As Integer
Dim count As Integer
Dim value As String
 
value = SSHHostKeyUtils.GetHostKeyMD5FingerprintString(hostKey, offset, count)
public static string GetHostKeyMD5FingerprintString( 
   byte[] hostKey,
   int offset,
   int count
)

Parameters

hostKey
offset
count
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

SSHHostKeyUtils Class
SSHHostKeyUtils Members
Overload List