Xceed .NET Libraries Documentation
GetHostKeyMD5Fingerprint(Byte[]) Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > SSHHostKeyUtils Class > GetHostKeyMD5Fingerprint Method : GetHostKeyMD5Fingerprint(Byte[]) Method
Syntax
'Declaration
 
Public Overloads Shared Function GetHostKeyMD5Fingerprint( _
   ByVal hostKey() As Byte _
) As Byte()
'Usage
 
Dim hostKey() As Byte
Dim value() As Byte
 
value = SSHHostKeyUtils.GetHostKeyMD5Fingerprint(hostKey)
public static byte[] GetHostKeyMD5Fingerprint( 
   byte[] hostKey
)

Parameters

hostKey
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