'Declaration Public Property NewEncryptionIVServerToClient As Byte()
'Usage Dim instance As SSHTransportLayerProtocol Dim value() As Byte instance.NewEncryptionIVServerToClient = value value = instance.NewEncryptionIVServerToClient
public byte[] NewEncryptionIVServerToClient {get; set;}