'Declaration Public Shared Function GetHostKeyLength( _ ByVal publicKeyAlgorithm As ISSHPublicKeyAlgorithm, _ ByVal hostKey() As Byte _ ) As Integer
'Usage Dim publicKeyAlgorithm As ISSHPublicKeyAlgorithm Dim hostKey() As Byte Dim value As Integer value = SSHHostKeyUtils.GetHostKeyLength(publicKeyAlgorithm, hostKey)
public static int GetHostKeyLength( ISSHPublicKeyAlgorithm publicKeyAlgorithm, byte[] hostKey )
Parameters
- publicKeyAlgorithm
- hostKey