'Declaration Public Function New( _ ByVal publicKeyAlgorithm As ISSHPublicKeyAlgorithm, _ ByVal hostKey() As Byte _ )
'Usage Dim publicKeyAlgorithm As ISSHPublicKeyAlgorithm Dim hostKey() As Byte Dim instance As New HostKeyReceivedEventArgs(publicKeyAlgorithm, hostKey)
public HostKeyReceivedEventArgs( ISSHPublicKeyAlgorithm publicKeyAlgorithm, byte[] hostKey )
Parameters
- publicKeyAlgorithm
- A ISSHPublicKeyAlgorithm object that represents the algorithm used to compute the server's public key.
- hostKey
- A System.Byte array that represents the server's raw public key.